Post #1332105
2026-02-22 22:15 UTC
@matk KDE's Craft which basically automates building and packaging KDE software on Windows with a single recipe uses MSYS2 + NSIS under the hood to do what it does.
Replies (1)
-
@matk@mastodon.social 2026-02-22 22:39
@herzenschein That's basically what I ended up with for my Qt app (just with InnoSetup instead of NSIS since the former had a nice GitHub Action). Using MSI was strongly discouraged by everyone, and I now know why ^^ Definitely kudos to the people maintaining MSYS2 and its packages, it is a great piece of software 🙂