force run after silent update doesn't work. using appUpdater.quitAndInstall(isSilent=true, isForceRunAfter=true)
#1746
Labels
appUpdater.quitAndInstall(isSilent=true, isForceRunAfter=true)
#1746
Version:
"electron": "^1.7.2",
"electron-builder": "^19.9.1",
"electron-updater": "^2.4.3",
Target:
win (NSIS)
(tested on windows 10 latest)
Issue:
using the new
isForceRunAfter
feature withappUpdater.quitAndInstall(isSilent=true, isForceRunAfter=true)
, to force reopen app after update doesnt work (update works, but doesnt run).please see example code and package.json in the following repo:
https://github.com/alondanoch/sparkdownload
The text was updated successfully, but these errors were encountered: