resources added and win build impl
This commit is contained in:
parent
1d68336a06
commit
e4b721115f
8 changed files with 8 additions and 8 deletions
|
|
@ -34,7 +34,7 @@
|
|||
"start": "cross-env NODE_ENV=development webpack serve --hot --host 0.0.0.0 --config=./webpack.dev.config.js --mode development",
|
||||
"build": "cross-env NODE_ENV=production webpack --config webpack.build.config.js --mode production",
|
||||
"package": "npm run build",
|
||||
"postpackage": "electron-packager ./ --out=./builds --overwrite"
|
||||
"postpackage": "electron-packager ./ --out=./builds --overwrite --platform win32,linux --icon marvin.ico --extra-resource 'resources/files'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue