Edit build.gradle.kts

This commit is contained in:
X Z 2025-09-26 14:17:00 +00:00
parent c48a45cc11
commit 32ad5d6758
1 changed files with 1 additions and 1 deletions

View File

@ -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"