revert my stupid
This commit is contained in:
parent
9967bb993f
commit
0e1e8d2b16
@ -102,7 +102,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
|||||||
}
|
}
|
||||||
if args.len() > 0 && args[0] == "--version" {
|
if args.len() > 0 && args[0] == "--version" {
|
||||||
// not use my_println here, because check super use using this command, no dialog expected
|
// not use my_println here, because check super use using this command, no dialog expected
|
||||||
my_println!("{}", crate::VERSION);
|
println!("{}", crate::VERSION);
|
||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![cfg_attr(
|
#![cfg_attr(
|
||||||
all(target_os = "windows"),
|
all(not(debug_assertions), target_os = "windows"),
|
||||||
windows_subsystem = "windows"
|
windows_subsystem = "windows"
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user