nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron
https://nklayman.github.io/vue-cli-plugin-electron-builder/
MIT License
4.12k stars 279 forks source link

How to enable deep linking? #1999

Open brappier opened 3 weeks ago

brappier commented 3 weeks ago

I am trying to have my electron app open if i enter a link like MyAppName:// in my browser. I used the createProtocol function.

Is there something else I have to do?

I tried the electron-deep-link package but got the same issue: https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/1069

Is there a way to add a deep link protocol?