Skip to content

Commit

Permalink
[MS] Fix auto-update on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ironicbay committed Nov 15, 2024
1 parent 9f0ce8b commit 7059f9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/electron/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export class ElectronCapacitorApp {
updateApp(): void {
if (this.updater && this.updater.isUpdateDownloaded()) {
this.forceClose = true;
this.macOSForceQuit = true;
this.updater.quitAndInstall();
} else {
console.warn('Update app has been called but no update has been downloaded');
Expand Down

0 comments on commit 7059f9b

Please sign in to comment.