Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Jan 4, 2020
1 parent 2eae01b commit 1d221ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added build/icon.icns
Binary file not shown.
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/lib/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const showElectronNotification = (message: string, title: string): void => {

// Don't set the icon on MacOS or it will show up twice
if (process.platform !== "darwin") {
options.icon = path.join(app.getAppPath(), "resources/icon.png");
options.icon = path.join(app.getAppPath(), "build/icon.png");
}

const n = new Notification(options);
Expand Down

0 comments on commit 1d221ea

Please sign in to comment.