Skip to content

Commit 738feca

Browse files
Merge pull request #2654 from RedisInsight/build/bugfix/RI-5001_app_not_restarted_on_windows
#RI-5001, #RI-5002
2 parents 2cda1f2 + 7b7caf1 commit 738feca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/desktop/src/lib/updater/updater.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ export const checkForUpdate = async (url: string = '') => {
3737
}
3838

3939
export const quitAndInstallUpdate = () => {
40-
autoUpdater.quitAndInstall()
40+
autoUpdater.quitAndInstall(true, true)
4141
}

0 commit comments

Comments
 (0)