Skip to content

Commit ef2fb7c

Browse files
committed
feat: update
1 parent 1c1fe41 commit ef2fb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppCore/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ export class DiscordBotClient extends EventEmitter {
596596
buttons: ["Restart", "Later"],
597597
})
598598
.then(returnValue => {
599-
if (returnValue.response === 0) autoUpdater.quitAndInstall();
599+
if (returnValue.response === 0) autoUpdater.quitAndInstall(true, true);
600600
});
601601
resolve(true);
602602
});

0 commit comments

Comments
 (0)