1 2 3 4 5 6 7
#![cfg_attr(all(windows, not(debug_assertions)), windows_subsystem = "windows")] mod installer; fn main() -> iced::Result { installer::entry::run() }