Skip to content

Commit

Permalink
update icon data
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosuge committed Nov 23, 2018
1 parent 9b02682 commit 648751f
Show file tree
Hide file tree
Showing 15 changed files with 275 additions and 6 deletions.
Binary file modified icons/mac/app.icns
Binary file not shown.
Binary file modified icons/png/1024x1024.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/png/128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/png/16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/png/24x24.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/png/256x256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/png/32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/png/48x48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/png/512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/png/64x64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/png/96x96.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/win/app.ico
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,8 @@
"lint": "vue-cli-service lint",
"build:electron": "vue-cli-service build:electron",
"postinstall": "electron-builder install-app-deps",
"serve:electron": "vue-cli-service serve:electron"
"serve:electron": "vue-cli-service serve:electron",
"generate-icon": "electron-icon-generator src/assets/icon.png"
},
"dependencies": {
"@types/lodash": "^4.14.118",
Expand All @@ -29,6 +30,7 @@
"@vue/eslint-config-prettier": "^3.0.4",
"@vue/eslint-config-typescript": "^3.0.4",
"electron": "^2.0.2",
"electron-icon-generator": "^1.0.2",
"typescript": "^3.0.0",
"vue-cli-plugin-electron-builder": "^1.0.0-rc.3",
"vue-template-compiler": "^2.5.17"
Expand Down
Binary file modified src/assets/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
277 changes: 272 additions & 5 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 648751f

Please sign in to comment.