Skip to content

Commit

Permalink
📦 added
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbalar committed Jan 16, 2017
1 parent 1544299 commit db63da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ app.on('ready', function() {

tray.create(mainWindow);

mainWindow.openDevTools();
// mainWindow.openDevTools();
mainWindow.on('closed', function() {
// Dereference the window object, usually you would store windows
// in an array if your app supports multi windows, this is the time
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"angular2-template-loader": "^0.4.0",
"awesome-typescript-loader": "^2.2.4",
"css-loader": "^0.23.1",
"electron-packager": "^8.5.0",
"electron-prebuilt": "^1.4.13",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
Expand Down

0 comments on commit db63da5

Please sign in to comment.