What's Changed
New features ⭐
- Get
ProductCodefrom Nullsoft installers - a5324ca - Multiple installer entries can now be written for a single installer. For example, if an Inno installer allows overriding install scope with a command-line switch, komac can create two installer entries, one with the machine scope and the
/ALLUSERSswitch and one with the user scope and the/CURRENTUSERswitch.
Fixes and other changes 🔧
- Compare versions according to WinGet specification - #447 & #938
- Add confirm prompt y/n hints - #482
- Get and parse GitHub release notes as HTML - 5990fd4
- Fix NSIS strings having variable numbers in them - #1037
Full Changelog: v2.9.0...v2.10.0