Skip to content

Commit

Permalink
update(main): add prod mode attr to remove terminal from windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Nov 14, 2023
1 parent b9cfec0 commit ff50136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(feature = "production_mode", windows_subsystem = "windows")]

fn main() {
uplink::main_lib();
}

0 comments on commit ff50136

Please sign in to comment.