electron-userland / electron-windows-store

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

Support hardware/software not clear #47

Closed patricksebastien closed 7 years ago

patricksebastien commented 7 years ago

I was looking at the documentation: https://github.com/electron/electron/blob/master/docs/tutorial/windows-store-guide.md

It's not clear to me what it is supported. When uploading an electron-windows-store .appx users will be able to use my app on:

From the doc: it will not runs on:

Why not on Phones? If I need to support this I will need to use something like cordova? Thanks

felixrieseberg commented 7 years ago

I added this to the readme - you're still running a win32 binary, which will only run on win32 devices. So no, sadly no support for anything but good ol' Windows :wink: