lbryio / lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
https://lbry.tech
MIT License
3.56k stars 414 forks source link

Publish app to Windows store #2155

Open kauffj opened 5 years ago

kauffj commented 5 years ago

(Stub ticket - I have no idea what's involved.)

skhameneh commented 5 years ago

Looks like a UWP shell may be a hard requirement (not verified). Electron supports UWP deployments: https://electronjs.org/docs/tutorial/windows-store-guide

If running the daemon is an issue, we can wait until lbryweb is ready. Will investigate further, @seanyesmunt and @shyba let me know if you find anything new.

I will also explore AppCenter and see if they make UWP deployments easier. (@akinwale knows, I love AppCenter)

skhameneh commented 5 years ago

Also worth consideration: React Native for UWP https://github.com/Microsoft/react-native-windows

skhameneh commented 5 years ago

I am working with this tool, I am making progress https://github.com/felixrieseberg/electron-windows-store

skhameneh commented 5 years ago

Semi-blocked on setting up LBRY as an org for "Microsoft Developer" registration. Should have this done shortly with @finer9 and @lyoshenka

kauffj commented 5 years ago

@skhameneh is this different than whatever certification or process we went through with MS already? I'm pretty sure we had to do some sort of registration to sign our apps in the first place.