Skip to content

Commit 90c75bf

Browse files
fix silient
1 parent 50be7d2 commit 90c75bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const handleWindowAction = async (window: BrowserWindow, action: string) => {
162162
if (updateCheckResult?.downloadPromise) {
163163
await updateCheckResult.downloadPromise;
164164
forceQuit.enable();
165-
return autoUpdater.quitAndInstall(false, true);
165+
return autoUpdater.quitAndInstall(true, true);
166166
}
167167
} catch (error) {
168168
console.error('Update check failed:', error);

0 commit comments

Comments
 (0)