Skip to content

Commit

Permalink
macOs icons added
Browse files Browse the repository at this point in the history
  • Loading branch information
lewix committed Dec 24, 2019
1 parent 6523115 commit 160667b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file added build/mac.icns
Binary file not shown.
Binary file modified credit-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@
},
"build": {
"directories": {
"output": "electron-builder-dist"
"output": "electron-builder-dist",
"buildResources": "build"
},
"files": [
"./src/index.html",
"./dist/*.js",
"./dist/smartcard/*.js",
"./dist/react-engine/*.js",
"./dist/react-engine/chartaui/*.js"
"./dist/react-engine/chartaui/*.js",
"./build/*.icns"
],
"appId": "dev.llabs.charta",
"mac": {
"category": "public.app-category.developer-tools"
"category": "public.app-category.developer-tools",
"icon": "./build/mac.icns"
},
"win": {
"target": "appx",
Expand Down

0 comments on commit 160667b

Please sign in to comment.