Skip to content

Commit c563a02

Browse files
committed
Disable console mode
1 parent dd5989f commit c563a02

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

client/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
alias(libs.plugins.buildconfig)
99
}
1010

11-
version = "1.6.5"
11+
version = "1.6.6"
1212

1313
repositories {
1414
mavenCentral()
@@ -111,7 +111,6 @@ compose {
111111
windows {
112112
iconFile = layout.projectDirectory.file("icons/icon.ico")
113113
menuGroup = "GTA Killer"
114-
console = true
115114
upgradeUuid = "8193b8f9-1355-4d0f-9c6f-6619d0f18604"
116115
}
117116
}

0 commit comments

Comments
 (0)