Skip to content

Commit 06588c4

Browse files
committed
Fix name
1 parent 086fbab commit 06588c4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

client/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,20 @@ dependencies {
4141
compose.desktop {
4242
application {
4343
mainClass = "dev.schlaubi.mastermind.LauncherKt"
44-
4544
nativeDistributions {
45+
modules(
46+
"java.naming" // required by logback
47+
)
4648
targetFormats(TargetFormat.Msi)
4749

4850
licenseFile = rootProject.file("LICENSE")
4951
vendor = "Schlaubi"
5052
description = "GTA kill script"
5153
copyright = "(c) 2025 Michael Rittmeister"
54+
packageName = "GTA Killer"
5255

5356
windows {
57+
console = true
5458
menuGroup = "GTA Killer"
5559
upgradeUuid = "8193b8f9-1355-4d0f-9c6f-6619d0f18604"
5660
}

0 commit comments

Comments
 (0)