Skip to content

Commit

Permalink
Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjan00 committed Jun 13, 2016
1 parent 899b772 commit 7d353ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ app.on('window-all-closed', function() {
// initialization and is ready to create browser windows.
app.on('ready', function() {
// Create the browser window.
mainWindow = new BrowserWindow({width: 800, height: 600});
mainWindow = new BrowserWindow({width: 800, height: 600, webPreferences: {nodeIntegration: false}});

// and load the index.html of the app.
mainWindow.loadURL("http://localhost:3000/");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "party-youtube-downloader",
"version": "2.3.8",
"version": "2.3.9",
"description": "Music downloader for party",
"main": "./electron.js",
"repository": {
Expand Down

0 comments on commit 7d353ff

Please sign in to comment.