diff --git a/app/main.js b/app/main.js index c64db64a1..35a50f224 100644 --- a/app/main.js +++ b/app/main.js @@ -174,7 +174,7 @@ function createWindow () { function handleOpenUriRequested(uri) { if (!win) { // Window not created yet, so store up requested URI for when it is - openUri = uri; + openUri = processRequestedUri(uri); } else { if (win.isMinimized()) { win.restore();