Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liberodark committed Sep 4, 2017
1 parent 26a55d1 commit c1fa077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function createWindow () {
}

function generateTray() {
gbs.tray = new Tray('/home/coyotte508/logo.png');
gbs.tray = new Tray('public/logo.png');
//gbs.tray = new Tray('public/logo.png');
gbs.trayMenu = Menu.buildFromTemplate([
{
Expand Down

0 comments on commit c1fa077

Please sign in to comment.