We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1544299 commit db63da5Copy full SHA for db63da5
2 files changed
main.js
@@ -28,7 +28,7 @@ app.on('ready', function() {
28
29
tray.create(mainWindow);
30
31
- mainWindow.openDevTools();
+ // mainWindow.openDevTools();
32
mainWindow.on('closed', function() {
33
// Dereference the window object, usually you would store windows
34
// in an array if your app supports multi windows, this is the time
package.json
@@ -42,6 +42,7 @@
42
"angular2-template-loader": "^0.4.0",
43
"awesome-typescript-loader": "^2.2.4",
44
"css-loader": "^0.23.1",
45
+ "electron-packager": "^8.5.0",
46
"electron-prebuilt": "^1.4.13",
47
"extract-text-webpack-plugin": "^1.0.1",
48
"file-loader": "^0.8.5",
0 commit comments