...
This commit is contained in:
+9
-1
@@ -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 // 시작 메뉴 등록
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user