diff --git a/record-daemon/src/main.rs b/record-daemon/src/main.rs index 28dda11..d96df49 100644 --- a/record-daemon/src/main.rs +++ b/record-daemon/src/main.rs @@ -1,4 +1,5 @@ //! Record Daemon entry point. +#![windows_subsystem = "windows"] use std::sync::Arc;