YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
280 stars 70 forks source link

Version 2.0 Additional Features #37

Closed YehudaKremer closed 3 years ago

YehudaKremer commented 3 years ago

Hello, i am writing here a list of features for version 2, you welcome to add ideas and participate in improving this plugin 🛩️.

Version 2.0 Additional Features Planning:

del-sec commented 3 years ago

I'm not sure if this isn't already covered by the first point, but the ability to add extensions (like here) would be very useful.

YehudaKremer commented 3 years ago

I'm not sure if this isn't already covered by the first point, but the ability to add extensions (like here) would be very useful.

@del-sec very cool Feature, added here: https://github.com/YehudaKremer/msix/commit/341f30bd8c79c0e03f84deeb2a368e440628e3f8 thank you!

YehudaKremer commented 3 years ago

All Done 🎉 msix 2.0.0 is now available on pub.dev

richard457 commented 3 years ago

@YehudaKremer Thanks for this awesome plugin, for a beginner in windows app and certification, would be nice to have a step-by-step on how to get the app signed and published to the windows store this can help a lot.

richard457 commented 3 years ago

Found this If you publish your msix to Windows Store you dont need to sign it, Windows Store does it for you. To generate msix file for Windows Store use the --store flag or add store: true in msix configuration sction in your pubspec.yaml. in documentation but I am not sure if adding store: true is what is needed to just upload the app to app store i.e not need to add this # certificate_path: C:\\

certificate_password: 1234 (require if using .pfx certificate)