We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086fbab commit 06588c4Copy full SHA for 06588c4
1 file changed
client/build.gradle.kts
@@ -41,16 +41,20 @@ dependencies {
41
compose.desktop {
42
application {
43
mainClass = "dev.schlaubi.mastermind.LauncherKt"
44
-
45
nativeDistributions {
+ modules(
46
+ "java.naming" // required by logback
47
+ )
48
targetFormats(TargetFormat.Msi)
49
50
licenseFile = rootProject.file("LICENSE")
51
vendor = "Schlaubi"
52
description = "GTA kill script"
53
copyright = "(c) 2025 Michael Rittmeister"
54
+ packageName = "GTA Killer"
55
56
windows {
57
+ console = true
58
menuGroup = "GTA Killer"
59
upgradeUuid = "8193b8f9-1355-4d0f-9c6f-6619d0f18604"
60
}
0 commit comments