Remove broken MSI, clean up windows build

This commit is contained in:
2024-12-18 22:49:13 -05:00
parent 78289193c7
commit 3c4b89a8da
4 changed files with 5 additions and 5 deletions
+3
View File
@@ -1,3 +1,6 @@
// hide console in release mode
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
use std::{path::PathBuf, process};
use anyhow::Result;