ref/ Update Angular (4.3.5) / Electron (1.7.2) / Electron Packager (8.7.2) / Typescript (2.5.0)

This commit is contained in:
Maxime GRIS
2017-08-18 10:07:42 +02:00
parent 899babd5bc
commit f97cd81692
4 changed files with 718 additions and 560 deletions

View File

@@ -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');