diff --git a/src/main/index.js b/src/main/index.js index f48edf3..e82470c 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -194,9 +194,7 @@ class ElectronApp { return this.authService.authorize(pkgid, token) } default: { - return sendToRender("new:message", { - message: "Unrecognized URL action" - }) + return sendToRender("installation:invoked", explicitAction[0]) } } } else {