Skip to content

Commit

Permalink
🐛 Fixing build problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
daihy8759 committed Nov 29, 2020
1 parent 441988d commit e65cded
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"lint:fix": "prettier --write ./src/**/**/**/*"
},
"build": {
"productName": "ieaseMusic-desktop",
"productName": "ieaseMusic",
"appId": "com.github.daihy8759",
"mac": {
"category": "com.github.daihy8759"
},
"directories": {
"output": "release"
"output": "release",
"buildResources": "resources"
},
"files": [
"dist/",
"!node_modules"
"dist/"
],
"win": {
"target": "nsis"
Expand Down
Binary file added resources/background@2x.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/icon.icns
Binary file not shown.
Binary file added resources/icon.ico
Binary file not shown.

0 comments on commit e65cded

Please sign in to comment.