aboutsummaryrefslogtreecommitdiff
path: root/launcher/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/src/main.rs')
-rw-r--r--launcher/src/main.rs2
1 files changed, 2 insertions, 0 deletions
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};