From 32ad5d6758c3c182722fcf202a654699ddf575cc Mon Sep 17 00:00:00 2001 From: X Z Date: Fri, 26 Sep 2025 14:17:00 +0000 Subject: [PATCH] Edit build.gradle.kts --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d818eab..8bea08b 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"