diff --git a/ErsatzTV-Windows/src/main.rs b/ErsatzTV-Windows/src/main.rs index 11a24b7bf..529907869 100644 --- a/ErsatzTV-Windows/src/main.rs +++ b/ErsatzTV-Windows/src/main.rs @@ -1,3 +1,5 @@ +#![windows_subsystem = "windows"] + use special_folder::SpecialFolder; use std::fs; use std::process::Child;