Skip to content

Commit

Permalink
icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Jun 15, 2020
1 parent c502c94 commit c169071
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified icons/icon.icns
Binary file not shown.
Binary file modified icons/icon.ico
Binary file not shown.
Binary file modified icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function createWindow() {
webPreferences: {
nodeIntegration: true
},
title: `${app.name}`
// icon: join(__dirname, '../icons/icon.icns')
title: `${app.name}`,
icon: join(__dirname, '../icons/icon.png')
})
mainWindow.removeMenu()
mainWindow.loadURL(
Expand Down

0 comments on commit c169071

Please sign in to comment.