use default install invokation

This commit is contained in:
SrGooglo 2024-03-25 16:27:41 +01:00
parent 6be4fdcd12
commit 7a4a760d6f

View File

@ -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 {