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.
2 parents 2cda1f2 + 7b7caf1 commit 738fecaCopy full SHA for 738feca
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