Remove broken MSI, clean up windows build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user