mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 17:13:49 +00:00
Conditionally use Windows subsystem when debugging is off
This commit is contained in:
parent
88ac38defb
commit
800fa1ac22
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
//! The main entrypoint for the application. Orchestrates the building of the installation
|
||||
//! framework, and opens necessary HTTP servers/frontends.
|
||||
|
||||
//#![windows_subsystem = "windows"]
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
#[cfg(windows)]
|
||||
extern crate nfd;
|
||||
|
|
Loading…
Reference in a new issue