Skip to content

Commit

Permalink
Correct icon.icns file & auto-close app when the window closes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePerkinrex committed Nov 30, 2018
1 parent d64e2f7 commit f4c509d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified icons/icon.icns
Binary file not shown.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ app.on('ready', function () {
mainWindow.loadURL('https://hermesmessenger.duckdns.org')

mainWindow.on('closed', function () {
mainWindow = null
//mainWindow.close();
app.quit();
});
});

Expand Down

0 comments on commit f4c509d

Please sign in to comment.