more flexible for --get-id

This commit is contained in:
rustdesk
2023-07-27 10:46:48 +08:00
parent 8f851bc781
commit 9967bb993f
3 changed files with 18 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),
all(target_os = "windows"),
windows_subsystem = "windows"
)]