electron-userland / electron-windows-store

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

Is it possible to install the generated package with Add-AppxProvisionedPackage? #104

Open conteit opened 6 years ago

conteit commented 6 years ago

I'd like to install the app for all the users of a machine.

I've read about the Add-AppxProvisionedPackage and looks interesting but requires some additional parameters that I don't know how to provide (dependencies? license?).

Any suggestion? Thank you