capacitor-community / electron

Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform! 🖥️
https://capacitor-community.github.io/electron/
MIT License
318 stars 58 forks source link

What is difference between electron-platform-template and electron-platform for deep linking? #277

Open keithfawcett opened 5 months ago

keithfawcett commented 5 months ago

I'm having some challenges setting up deep linking so it opens the correct file upon deep linking from the browser, so I came here looking for solutions and noticed that there are two different directories with different code. The electron-platform has ElectronDeepLinking.ts while electron-platform-template does not.