Skip to content

Commit

Permalink
-Add a real icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisknepper committed Jun 22, 2018
1 parent 625bf6d commit df625ba
Show file tree
Hide file tree
Showing 14 changed files with 629 additions and 1 deletion.
Binary file added assets/android_messages_desktop_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
626 changes: 626 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"e2e": "mocha temp/e2e.js --require source-map-support/register",
"test": "npm run unit && npm run e2e",
"start": "node build/start.js",
"release": "npm test && webpack --config=build/webpack.app.config.js --env=production && electron-builder -mwl"
"release": "npm test && webpack --config=build/webpack.app.config.js --env=production && electron-builder -mwl",
"generate-icons": "electron-icon-maker --input=./assets/android_messages_desktop_icon.png --output=./assets/output"
},
"dependencies": {
"about-window": "^1.11.1",
Expand All @@ -65,6 +66,7 @@
"css-loader": "^0.28.7",
"electron": "2.0.2",
"electron-builder": "^20.15.1",
"electron-icon-maker": "0.0.4",
"electron-mocha": "^6.0.4",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.6.1",
Expand Down
Binary file modified resources/icon.icns
Binary file not shown.
Binary file modified resources/icon.ico
Binary file not shown.
Binary file added resources/icons/1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df625ba

Please sign in to comment.