We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cda1f2 commit 7b7caf1Copy full SHA for 7b7caf1
redisinsight/desktop/src/lib/updater/updater.ts
@@ -37,5 +37,5 @@ export const checkForUpdate = async (url: string = '') => {
37
}
38
39
export const quitAndInstallUpdate = () => {
40
- autoUpdater.quitAndInstall()
+ autoUpdater.quitAndInstall(true, true)
41
0 commit comments