Commit 540f91d409cd8cf055ac3c4a5939dc3823c03bd3
Exists in
develop
Merge branch 'develop' of git.focasoftware.com:angular/autoservicio-axion
Showing
1 changed file
Show diff stats
package.json
... | ... | @@ -11,8 +11,8 @@ |
11 | 11 | "lint": "ng lint", |
12 | 12 | "e2e": "ng e2e", |
13 | 13 | "electron": "electron .", |
14 | - "electron-build": "ng build --prod --aot=true --build--optimizer=true && electron .", | |
15 | - "build-exe": "electron-packager . --platform=win32 --arch=x64" | |
14 | + "electron-build": "ng build --prod && electron .", | |
15 | + "build-exe": "ng build --prod && electron-packager . --out=dist --platform=win32 --arch=x64 --icon=src/favicon.ico --asar" | |
16 | 16 | }, |
17 | 17 | "private": true, |
18 | 18 | "dependencies": { |