diff options
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/Cargo.lock | 2 | ||||
-rw-r--r-- | launcher/Cargo.toml | 2 | ||||
-rw-r--r-- | launcher/src/main.rs | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/launcher/Cargo.lock b/launcher/Cargo.lock index b9ecda2..39f5849 100644 --- a/launcher/Cargo.lock +++ b/launcher/Cargo.lock @@ -48,7 +48,7 @@ dependencies = [ [[package]] name = "launcher" -version = "1.2.0" +version = "1.3.0" dependencies = [ "dirs", "rustc_version_runtime", diff --git a/launcher/Cargo.toml b/launcher/Cargo.toml index 37fa64d..f0f2b82 100644 --- a/launcher/Cargo.toml +++ b/launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "launcher" -version = "1.2.0" +version = "1.3.0" edition = "2021" [dependencies] diff --git a/launcher/src/main.rs b/launcher/src/main.rs index 441219f..9d4acbc 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -1,3 +1,5 @@ +#![windows_subsystem = "windows"] + use std::path::PathBuf; use std::process; use launcher::{AppData, AppDataError, constants}; |