Skip to content

Commit 288ae10

Browse files
committed
update resources
1 parent 0de268a commit 288ae10

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

img/Icon.icns

-267 KB
Binary file not shown.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path')
22
const menubar = require('menubar')
33
const {Menu} = require('electron')
44

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

77
const iconPath = () => {
88
if (process.platform === 'linux') {

0 commit comments

Comments
 (0)