Skip to content

Commit 7b7caf1

Browse files
committed
* #RI-5001 - [FE][Win] Successful update message is not displayed
* #RI-5002 - [Win] Installation folder selection window is displayed after clicking on Restart
1 parent 2cda1f2 commit 7b7caf1

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)