This commit is contained in:
2026-03-04 16:39:21 +09:00
parent 80a9aa574d
commit eb2dc0efd0
3 changed files with 10 additions and 3 deletions
+3
View File
@@ -63,6 +63,9 @@ dependencies {
compose.desktop {
application {
mainClass = "MainKt"
buildTypes.release.proguard {
isEnabled.set(false) // 임시로 false 설정
}
nativeDistributions {
targetFormats(TargetFormat.Dmg)
packageName = "AutoTradeAI"