mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
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" {
|
||||
// not use my_println here, because check super use using this command, no dialog expected
|
||||
my_println!("{}", crate::VERSION);
|
||||
println!("{}", crate::VERSION);
|
||||
return None;
|
||||
}
|
||||
#[cfg(windows)]
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![cfg_attr(
|
||||
all(target_os = "windows"),
|
||||
all(not(debug_assertions), target_os = "windows"),
|
||||
windows_subsystem = "windows"
|
||||
)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user