mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-20 00:53:01 +08:00
fix https://github.com/rustdesk/rustdesk/discussions/7628, https://github.com/rustdesk/rustdesk/discussions/7490
This commit is contained in:
parent
fddad09167
commit
22da14e3f7
@ -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 { "" },
|
||||
|
Loading…
Reference in New Issue
Block a user