Fix #46 Url is not defined

This commit is contained in:
Jia Hao 2016-01-22 19:05:42 +08:00
parent f789a51dd2
commit d7f04e8b65
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ app.on('ready', function () {
return;
}
event.preventDefault();
shell.openExternal(url);
shell.openExternal(urlToGo);
});
mainWindow.loadURL(appArgs.targetUrl);