Skip to content

Commit 64181c7

Browse files
committed
Disable console mode
1 parent dd5989f commit 64181c7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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
}

windows_helper/src/install_location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use enum_ordinalize::Ordinalize;
2-
use log::{debug, info};
2+
use log::info;
33
use safer_ffi::::repr_c;
44
use safer_ffi::{derive_ReprC, ffi_export};
55
use std::fmt::Display;

0 commit comments

Comments
 (0)