Skip to content

Commit df625ba

Browse files
committed
-Add a real icon
1 parent 625bf6d commit df625ba

14 files changed

+629
-1
lines changed
79.3 KB
Loading

package-lock.json

+626
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"e2e": "mocha temp/e2e.js --require source-map-support/register",
5050
"test": "npm run unit && npm run e2e",
5151
"start": "node build/start.js",
52-
"release": "npm test && webpack --config=build/webpack.app.config.js --env=production && electron-builder -mwl"
52+
"release": "npm test && webpack --config=build/webpack.app.config.js --env=production && electron-builder -mwl",
53+
"generate-icons": "electron-icon-maker --input=./assets/android_messages_desktop_icon.png --output=./assets/output"
5354
},
5455
"dependencies": {
5556
"about-window": "^1.11.1",
@@ -65,6 +66,7 @@
6566
"css-loader": "^0.28.7",
6667
"electron": "2.0.2",
6768
"electron-builder": "^20.15.1",
69+
"electron-icon-maker": "0.0.4",
6870
"electron-mocha": "^6.0.4",
6971
"file-loader": "^1.1.11",
7072
"friendly-errors-webpack-plugin": "^1.6.1",

resources/icon.icns

84.5 KB
Binary file not shown.

resources/icon.ico

-8.76 KB
Binary file not shown.

resources/icons/1024x1024.png

90.6 KB
Loading

resources/icons/128x128.png

8.69 KB
Loading

resources/icons/16x16.png

654 Bytes
Loading

resources/icons/24x24.png

1.07 KB
Loading

resources/icons/256x256.png

19.2 KB
Loading

resources/icons/32x32.png

1.58 KB
Loading

resources/icons/48x48.png

2.65 KB
Loading

resources/icons/512x512.png

25.3 KB
Loading

resources/icons/64x64.png

3.8 KB
Loading

0 commit comments

Comments
 (0)