Skip to content

Commit

Permalink
(v0.7.1) Edit icon in install
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Feb 24, 2018
1 parent 625472d commit 6d5ac23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added build/icon-black.ico
Binary file not shown.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@
"gulp": "3.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"release": "build",
"livereload": "gulp"
},
},
"build": {
"appId": "com.gelbooru-client.app",
"productName": "gelbooru-client",
"win": {
"target": "NSIS",
"icon": "build/icon.ico"
"icon": "./build/icon.ico"
},
"nsis": {
"installerHeaderIcon": "./build/icon-black.ico"
}
},
"author": "KeziahMoselle",
Expand Down

0 comments on commit 6d5ac23

Please sign in to comment.