Skip to content

Commit

Permalink
feat: add app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Jan 16, 2022
1 parent 81fe576 commit c339093
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
Binary file added assets/brick-manager.icns
Binary file not shown.
Binary file added assets/brick-manager.ico
Binary file not shown.
16 changes: 16 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
appId: "com.benyap.brick-manager"
productName: "Brick Manager"
directories:
app: build
output: dist
mac:
category: public.app-category.productivity
target: dmg
icon: assets/brick-manager.icns
win:
target: nsis
icon: assets/brick-manager.ico
nsis:
installerIcon: assets/brick-manager.ico
oneClick: false
allowToChangeInstallationDirectory: true
20 changes: 0 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@
"make:win": "electron-builder build --win --x64",
"release": "yarn format && yarn lint && yarn build && yarn make && env-cmd release-it"
},
"build": {
"appId": "com.benyap.brick-manager",
"productName": "Brick Manager",
"directories": {
"app": "./build/",
"output": "./dist/"
},
"mac": {
"target": "dmg"
},
"win": {
"target": "nsis",
"asar": true
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"buildVersion": "1"
},
"dependencies": {
"@headlessui/react": "1.4.3",
"clsx": "1.1.1",
Expand Down

0 comments on commit c339093

Please sign in to comment.