diff --git a/build.gradle.kts b/build.gradle.kts index 5d5cc25..d818eab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -137,7 +137,7 @@ compose.desktop { application { mainClass = "theorycrafter.MainKt" nativeDistributions { - targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm/*, TargetFormat.AppImage*/) + targetFormats(/*TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm*/, TargetFormat.AppImage) packageName = appName packageVersion = "1.8.0" @@ -197,4 +197,4 @@ tasks.register("packageSource") { ) } } -} \ No newline at end of file +}