Skip to content

Commit

Permalink
Use windows subsystem on Windows in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 14, 2024
1 parent 7581a58 commit 3b6e966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

mod assistant;
mod icon;
mod screen;
Expand Down

0 comments on commit 3b6e966

Please sign in to comment.