We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5989f commit 64181c7Copy full SHA for 64181c7
client/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
alias(libs.plugins.buildconfig)
9
}
10
11
-version = "1.6.5"
+version = "1.6.6"
12
13
repositories {
14
mavenCentral()
@@ -111,7 +111,6 @@ compose {
111
windows {
112
iconFile = layout.projectDirectory.file("icons/icon.ico")
113
menuGroup = "GTA Killer"
114
- console = true
115
upgradeUuid = "8193b8f9-1355-4d0f-9c6f-6619d0f18604"
116
117
windows_helper/src/install_location.rs
@@ -1,5 +1,5 @@
1
use enum_ordinalize::Ordinalize;
2
-use log::{debug, info};
+use log::info;
3
use safer_ffi::ඞ::repr_c;
4
use safer_ffi::{derive_ReprC, ffi_export};
5
use std::fmt::Display;
0 commit comments