Skip to content

Commit

Permalink
Make it not break on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
blaumeise20 committed Oct 3, 2021
1 parent 86050ec commit 5c9618a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/electron/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ app.on("ready", () => {
"file://" + join(__dirname, `../build/index.html#${appPath}`)
);
});

app.on("window-all-closed", () => {
app.quit();
});

0 comments on commit 5c9618a

Please sign in to comment.