Skip to content

Commit

Permalink
ref/ Update Angular (4.3.5) / Electron (1.7.2) / Electron Packager (8…
Browse files Browse the repository at this point in the history
….7.2) / Typescript (2.5.0)
  • Loading branch information
Maxime GRIS committed Aug 18, 2017
1 parent 899babd commit f97cd81
Show file tree
Hide file tree
Showing 4 changed files with 724 additions and 566 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Bootstrap and package your project with Angular 4(+) and Electron (Typescript +

Currently runs with:

- Angular v4.1.3
- Angular-CLI v1.0.0
- Electron v1.6.10
- Electron Packager v8.6.0
- Angular v4.3.5
- Angular-CLI v1.3.1
- Electron v1.7.5
- Electron Packager v8.7.2

With this sample, you can :

Expand Down
1 change: 0 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { app, BrowserWindow, screen } from 'electron';
import * as path from 'path';


let win, serve;
const args = process.argv.slice(1);
serve = args.some(val => val === '--serve');
Expand Down
Loading

0 comments on commit f97cd81

Please sign in to comment.