This commit is contained in:
2026-03-20 17:55:27 +09:00
parent 7ce24cc631
commit d804c7061b
8 changed files with 220 additions and 11 deletions
+9 -1
View File
@@ -68,11 +68,19 @@ compose.desktop {
isEnabled.set(false) // 임시로 false 설정
}
nativeDistributions {
targetFormats(TargetFormat.Dmg)
targetFormats(TargetFormat.Dmg, TargetFormat.Exe, TargetFormat.Msi)
packageName = "AutoTradeAI"
macOS {
bundleID = "com.autotrade.ai"
}
// 윈도우 관련 상세 설정 (선택 사항)
windows {
packageVersion = "1.0.0"
shortcut = true // 바탕화면 바로가기 생성
menu = true // 시작 메뉴 등록
}
}
}
}