Skip to content

Commit

Permalink
Remove requestSingleInstanceLock
Browse files Browse the repository at this point in the history
  • Loading branch information
amorist committed Mar 23, 2020
1 parent 0c5a3cb commit 54be90a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 12 additions & 0 deletions build/latest-mac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 0.0.18
files:
- url: Platelet-0.0.18-mac.zip
sha512: QWXrDKTY+p/lUpmP2muL62y/UiaAEHZaMG9zCFfr7MF/vSJzHfonYfUWoS26MM2mVQ4FwjVD2bE5sWxajcWE6A==
size: 71246522
blockMapSize: 75086
- url: Platelet-0.0.18.dmg
sha512: zXAOVxD2Nw7TmFkYlkcHAkCkN3jfKeaiCfmFky6OxXUVrglCZXkJQe37hCHbNJL4qsgTEcZXVx/W9+xsCd5ocg==
size: 75188553
path: Platelet-0.0.18-mac.zip
sha512: QWXrDKTY+p/lUpmP2muL62y/UiaAEHZaMG9zCFfr7MF/vSJzHfonYfUWoS26MM2mVQ4FwjVD2bE5sWxajcWE6A==
releaseDate: '2020-03-22T13:09:38.579Z'
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ app.on("activate", () => {
}
});

app.requestSingleInstanceLock();

app.on("second-instance", () => {
if (mainWindow) {
if (mainWindow.isMinimized()) mainWindow.restore();
Expand Down

0 comments on commit 54be90a

Please sign in to comment.