getAlby / nostr-wallet-connect-next

Nostr Wallet Connect (NIP-47) application to allow apps to connect to your node
https://nwc.getalby.com
Apache License 2.0
7 stars 3 forks source link

Embed webview if not available #406

Closed bumi closed 1 month ago

bumi commented 1 month ago

This embeds the webview dependency which will be used if the webview is not available. Otherwise the user would get prompted to download it and I thought this is easier.

https://wails.io/docs/guides/windows/

rdmitr commented 1 month ago

If I understand the docs correctly, this option doesn’t embed Webview itself; it only embeds the bootstrapper that still prompts the users to download Webview. But it can be a bit more straightforward, I guess