Skip to content

Commit

Permalink
bugFix: icon and dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
imkarimkarim committed Aug 19, 2021
1 parent 95ca9c1 commit f9b198f
Show file tree
Hide file tree
Showing 3 changed files with 1,784 additions and 1,505 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
{
"name": "@electron-forge/maker-squirrel",
"config": {
"icon": "./src/assets/goje.png",
"name": "goje"
}
},
Expand All @@ -49,7 +50,10 @@
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
"config": {
"icon": "./src/assets/goje.png",
"name": "goje"
}
}
],
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const createWindow = () => {
width: 1200,
height: 620,
minWidth: 700,
icon: __dirname + '/goje.png',
icon: __dirname + '/assets/goje.png',
webPreferences: {
nodeIntegration: true,
},
Expand Down
Loading

0 comments on commit f9b198f

Please sign in to comment.