msix 2.4.1 msix: ^2.4.1 copied to clipboard
A command-line tool that create Msix installer from your flutter windows-build files.
Changelog #
2.4.1 #
- Documentation update
2.4.0 #
- Use the "certutil" cmd to install automatic the test certificate
- Documentation update
2.3.1 #
- Fix error when the app have no capabilities
2.3.0 #
- Added support for assets files for FFI library (documentation update)
2.2.3 #
- Added support for all the capabilities types (documentation update)
- Update dependencies versions
2.1.3 #
- Added support for association to multiple file extensions - https://github.com/YehudaKremer/msix/pull/46
2.1.2 #
- Update terminal logs
2.1.1 #
- Add
--store
flag see - https://github.com/YehudaKremer/msix/issues/42 - Add BadgeLogo icons
2.0.0 #
1.0.6 #
- add
--debug
flag to debug signing issues, fixed missing argument `/f' for not '.pfx' certificates
1.0.5 #
- add terminal explanation about the test certificate installation
1.0.4 #
- support multiple languages - https://github.com/YehudaKremer/msix/issues/35
1.0.3 #
- fix: command-line arguments not taken into account in case there is no configuration at all
1.0.2 #
- Command-Line Arguments extensions - https://github.com/YehudaKremer/msix/pull/33
- fix: Incorrect description for certificate_password - https://github.com/YehudaKremer/msix/issues/34
1.0.0 #
- null safety
- code refactoring
- move to sync code to increase stability
- fix: Wrong executable selection - https://github.com/YehudaKremer/msix/pull/32
0.1.19 #
- fix: Sometimes VC libraries are not copied - https://github.com/YehudaKremer/msix/issues/30
0.1.15 #
- fix invalid character in the app name - https://github.com/YehudaKremer/msix/issues/25
0.1.14 #
- Using Dart Package Configuration File v2.0
- Add decode for packages path - https://github.com/YehudaKremer/msix/issues/21
0.1.13 #
- Sign with time stamp
0.1.12 #
- Add support for icons generated by Visual Studio
0.1.8 #
- fix bug: can't get pfx password from config - https://github.com/YehudaKremer/msix/issues/16
0.1.10 #
- delete old code and documentation editing
0.1.8 #
- Allow setting certificate password via the command-line arguments
0.1.5 #
- backward compatibility for configuration properties
0.1.4 #
- backward compatibility for configuration properties
0.1.2 #
- can create an unsigned installation file for upload to the store
- breaking config change: "publisher_name" is now: "publisher_display_name"
- breaking config change: "certificate_subject" is now: "publisher"
0.1.1 #
- bug fix: automatically find the name of the exe file
0.1.0 #
- add capabilities
- support all tiles sizes
- bug fixes
0.0.10 #
- code refactoring
0.0.9 #
- fix "create doesn't handle package_names"
0.0.8 #
- Initial version.