Skip to content

Commit

Permalink
fix: missing app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Dec 21, 2022
1 parent 19844d1 commit c0617bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"predev:main": "wait-on http://localhost:3000",
"dev:main": "nodemon --exec \"yarn build && electron .\"",
"start": "yarn dev:main",
"build": "tsc && copyfiles \"src/assets\" build/assets",
"build": "tsc && copyfiles -u 2 \"src/assets/*\" build/assets",
"build:mwl": "electron-builder -mwl",
"build:dir": "electron-builder --dir",
"build:win": "electron-builder --win --publish=never",
Expand Down

0 comments on commit c0617bd

Please sign in to comment.