Description
Context
Ledger Live Desktop
Is your feature request related to a problem? Please describe.
As of today, we can't locally develop, debug and tests deeplink related development since electron requiers the application to be packaged for the deeplink feature to work (cf. electron doc).
Describe the solution you'd like
We could use this package (or any alternative one) that should solve this issue
This module was inspired due to the lack of protocol support when running non packaged apps on macOS (see app.setAsDefaultProtocolClient for explanation). This module provides full support for running and testing the given protocol in the development environment. It also provides the same protocol support for the production envronment. In other words, protocol management is completly controlled with this module.
Describe alternatives you've considered
N/A
Additional context
Thank you 🙏 😄