mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 10:51:37 +08:00
Add installer / uninstaller for Linux
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
mod install_flags;
|
||||
mod install_form;
|
||||
|
||||
#[cfg(windows)]
|
||||
#[path = "installer_windows.rs"]
|
||||
mod installer;
|
||||
|
||||
#[cfg(not(windows))]
|
||||
#[path = "installer_linux.rs"]
|
||||
mod installer;
|
||||
|
||||
use install_form::{InstallForm, HEIGHT, WIDTH};
|
||||
|
||||
Reference in New Issue
Block a user