Skip to content

Commit 67814e7

Browse files
committed
fix: remove redundant app.quit() call in update installation process
1 parent 8937e01 commit 67814e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/services/update.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ export default class UpdateProvider extends BaseProvider implements BeforeStart,
245245
private quitAndInstall() {
246246
this._updateQueuedForInstall = true;
247247
autoUpdater.quitAndInstall(false, true);
248-
this.app.quit();
249248
}
250249

251250
@IpcHandle("action:app.installUpdate")

0 commit comments

Comments
 (0)