Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Jul 8, 2017
1 parent 0de268a commit 288ae10
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
Binary file removed img/Icon.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path')
const menubar = require('menubar')
const {Menu} = require('electron')

const APP_ICON = path.join(__dirname, '/img', 'Icon')
const APP_ICON = path.join(__dirname, '/build', 'icon')

const iconPath = () => {
if (process.platform === 'linux') {
Expand Down

0 comments on commit 288ae10

Please sign in to comment.