From 22da14e3f70e14ab7c87db483d4470b7f8ffdeef Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 7 Apr 2024 11:31:51 +0800 Subject: [PATCH] fix https://github.com/rustdesk/rustdesk/discussions/7628, https://github.com/rustdesk/rustdesk/discussions/7490 --- src/platform/windows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/windows.rs b/src/platform/windows.rs index 2100c1144..05a9582d7 100644 --- a/src/platform/windows.rs +++ b/src/platform/windows.rs @@ -1233,7 +1233,7 @@ copy /Y \"{tmp_path}\\Uninstall {app_name}.lnk\" \"{path}\\\" {after_install} {sleep} ", - version = crate::VERSION, + version = crate::VERSION.replace("-", "."), build_date = crate::BUILD_DATE, after_install = get_after_install(&exe), sleep = if debug { "timeout 300" } else { "" },