electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
678 stars 86 forks source link

Support for providing a protocol URI scheme #149

Closed henhouse closed 1 year ago

henhouse commented 3 years ago

This PR adds support to package the appx with a protocol URI scheme.

For example, being able to launch your app with my-app://somedatahere?token=abc123

Electron has support for this, but the bundling process with appx takes over that functionality, so it must be bundled in the AppManifest.xml during packaging for the store in order to work.