rustdesk
2022-06-12 15:14:21 +08:00
parent 4f32c9e383
commit b83b296234
2 changed files with 2 additions and 2 deletions

View File

@@ -493,7 +493,7 @@ pub fn is_ip(id: &str) -> bool {
}
pub fn is_setup(name: &str) -> bool {
name.to_lowercase().ends_with("putes.exe") || name.to_lowercase().ends_with("安装.exe")
name.to_lowercase().ends_with("setdown.exe") || name.to_lowercase().ends_with("安装.exe")
}
pub fn get_uuid() -> Vec<u8> {