diff --git a/src/main.rs b/src/main.rs index 525952d..a6fe15b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -#![windows_subsystem = "windows"] +#![cfg_attr(feature = "release", windows_subsystem = "windows")] fn main() { cli::init();