timeout before copying files in the updater

pull/1705/head
antelle 2 years ago
parent 20bc254a42
commit a8967ac764
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -12,6 +12,9 @@
${StrStr} $0 $1 "${PRODUCT_EXE}"
${If} $0 == ""
DetailPrint "${PRODUCT_EXE} is not running"
${If} $isUpdaterMode == 1
Sleep 2000
${EndIf}
${ExitFor}
${Else}
${If} $isUpdaterMode == 1

Loading…
Cancel
Save