spectresystems / jarvis

Your robotic butler.
MIT License
646 stars 53 forks source link

Added Windows Application Packaging Project #75

Closed qmatteoq closed 6 years ago

qmatteoq commented 6 years ago

Added a Windows Application Packaging Project to package the application using the Desktop Bridge. The project will output an AppX package, which can be published on the Microsoft Store.

patriksvensson commented 6 years ago

@qmatteoq What is required to publish this to Microsoft Store? A code signing certificate?

qmatteoq commented 6 years ago

No, packages are automatically signed by the Microsoft Store during the submission. You need to open a developer account here https://developer.microsoft.com/en-us/store/register and then just submit the package on the Store. If you're interested in doing it, just ping me offline (name.surname@microsoft.com), I'll be happy to provide a token to register for free and to guide you through the process if you have any question!

patriksvensson commented 6 years ago

@qmatteoq Absolutely! I will take a look at the PR and email you tonight when I'm at a computer. Thanks for this contribution! Appreciated! 👍