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

Commit f596ea6

Browse files
tmp default main landing page url changed
1 parent 760943f commit f596ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function createWindow (status) {
164164
mainWindow = new BrowserWindow({width: 1280, height: 800, icon: iguanaIcon})
165165

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

169169
// DEVTOOLS - only for dev purposes - ca333
170170
//mainWindow.webContents.openDevTools()

0 commit comments

Comments
 (0)