From ac94fb9f96a70588204ae4d21b47ad161890971e Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 3 Jul 2026 05:08:23 +0200 Subject: fix: don't show console in Windows release builds --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index e5076d1..6b8d1a7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +#![cfg_attr(all(windows, not(debug_assertions)), windows_subsystem = "windows")] use std::error::Error; use std::path::Path; -- cgit v1.2.3-18-g5258