mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-03-04 20:49:51 +00:00
Conditionally use Windows subsystem when debugging is off
This commit is contained in:
parent
88ac38defb
commit
800fa1ac22
|
@ -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