Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
tmp default main landing page url changed
Browse files Browse the repository at this point in the history
  • Loading branch information
satindergrewal committed Jan 26, 2017
1 parent 760943f commit f596ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function createWindow (status) {
mainWindow = new BrowserWindow({width: 1280, height: 800, icon: iguanaIcon})

// load our index.html (i.e. easyDEX GUI)
mainWindow.loadURL('http://127.0.0.1:17777/gui/main.html');
mainWindow.loadURL('http://127.0.0.1:17777/gui/EasyDEX-GUI/');

// DEVTOOLS - only for dev purposes - ca333
//mainWindow.webContents.openDevTools()
Expand Down

0 comments on commit f596ea6

Please sign in to comment.