Skip to content

Commit

Permalink
patch: fix windows squirrel install
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Apr 25, 2024
1 parent 70f0fb6 commit 41107c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gui/etcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ async function main(): Promise<void> {
// Handle creating/removing shortcuts on Windows when installing/uninstalling.
// tslint:disable-next-line:no-var-requires
if (require('electron-squirrel-startup')) {
app.quit();
electron.app.quit();
}

main();
Expand Down

0 comments on commit 41107c2

Please sign in to comment.