misc/ upgrade Electron (9.0.4) / Angular (9.1.11)

This commit is contained in:
Maxime GRIS
2020-06-20 17:06:52 +02:00
parent a8628fc3dd
commit 21f7401740
2 changed files with 31 additions and 33 deletions

View File

@@ -15,9 +15,9 @@ Bootstrap and package your project with Angular 9 and Electron 8 (Typescript + S
Currently runs with:
- Angular v9.1.4
- Electron v8.2.5
- Electron Builder v22.6.0
- Angular v9.1.11
- Electron v9.0.4
- Electron Builder v22.7.0
With this sample, you can :
@@ -71,9 +71,7 @@ You can disable "Developer Tools" by commenting `win.webContents.openDevTools();
|`npm run build`| Build the app. Your built files are in the /dist folder. |
|`npm run build:prod`| Build the app with Angular aot. Your built files are in the /dist folder. |
|`npm run electron:local`| Builds your application and start electron
|`npm run electron:linux`| Builds your application and creates an app consumable on linux system |
|`npm run electron:windows`| On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems |
|`npm run electron:mac`| On a MAC OS, builds your application and generates a `.app` file of your application that can be run on Mac |
|`npm run electron:build`| Builds your application and creates an app consumable based on your operating system |
**Your application is optimised. Only /dist folder and node dependencies are included in the executable.**
@@ -93,7 +91,7 @@ Maybe you want to execute the application in the browser with hot reload ? Just
- Angular 6 & Electron 3 : Branch [angular6](https://github.com/maximegris/angular-electron/tree/angular6)
- Angular 7 & Electron 3 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular7)
- Angular 8 & Electron 7 : Branch [angular8](https://github.com/maximegris/angular-electron/tree/angular8)
- Angular 9 & Electron 8 : (master)
- Angular 9 & Electron 9 : (master)
[build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master&style=style=flat-square
[build]: https://travis-ci.org/maximegris/angular-electron