mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 04:47:54 +00:00
Fix #46 Url is not defined
This commit is contained in:
parent
f789a51dd2
commit
d7f04e8b65
@ -97,7 +97,7 @@ app.on('ready', function () {
|
||||
return;
|
||||
}
|
||||
event.preventDefault();
|
||||
shell.openExternal(url);
|
||||
shell.openExternal(urlToGo);
|
||||
});
|
||||
|
||||
mainWindow.loadURL(appArgs.targetUrl);
|
||||
|
Loading…
Reference in New Issue
Block a user