Skip to content

Commit

Permalink
Desktop config for production
Browse files Browse the repository at this point in the history
  • Loading branch information
renatopp committed Nov 1, 2015
1 parent 99e1eef commit 8b00115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ app.on('ready', function() {
mainWindow.loadUrl('file://' + __dirname + '/index.html');

// Open the DevTools.
mainWindow.openDevTools();
// mainWindow.openDevTools();

// Emitted when the window is closed.
mainWindow.on('closed', function() {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"window": {
"title" : "Behavior3 Editor (v[BUILD_VERSION]) http://behavior3.com",
"position" : "center",
"toolbar" : true,
"toolbar" : false,
"frame" : true,
"width" : 1000,
"height" : 800,
Expand Down

0 comments on commit 8b00115

Please sign in to comment.