Skip to content

Commit db63da5

Browse files
committed
📦 added
1 parent 1544299 commit db63da5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ app.on('ready', function() {
2828

2929
tray.create(mainWindow);
3030

31-
mainWindow.openDevTools();
31+
// mainWindow.openDevTools();
3232
mainWindow.on('closed', function() {
3333
// Dereference the window object, usually you would store windows
3434
// in an array if your app supports multi windows, this is the time

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"angular2-template-loader": "^0.4.0",
4343
"awesome-typescript-loader": "^2.2.4",
4444
"css-loader": "^0.23.1",
45+
"electron-packager": "^8.5.0",
4546
"electron-prebuilt": "^1.4.13",
4647
"extract-text-webpack-plugin": "^1.0.1",
4748
"file-loader": "^0.8.5",

0 commit comments

Comments
 (0)