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}
|
{after_install}
|
||||||
{sleep}
|
{sleep}
|
||||||
",
|
",
|
||||||
version = crate::VERSION,
|
version = crate::VERSION.replace("-", "."),
|
||||||
build_date = crate::BUILD_DATE,
|
build_date = crate::BUILD_DATE,
|
||||||
after_install = get_after_install(&exe),
|
after_install = get_after_install(&exe),
|
||||||
sleep = if debug { "timeout 300" } else { "" },
|
sleep = if debug { "timeout 300" } else { "" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user