Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed May 20, 2020
1 parent 8954fc5 commit c85bf25
Show file tree
Hide file tree
Showing 6 changed files with 533 additions and 329 deletions.
2 changes: 1 addition & 1 deletion app/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function createWindow(url: string) {
webPreferences: {
nodeIntegration: false
},
icon: path.join(__dirname, 'logo.jpg')
icon: path.join(__dirname, '..', 'logo.jpg')
});
win.loadURL(url);
}
Expand Down

0 comments on commit c85bf25

Please sign in to comment.