aboutsummaryrefslogtreecommitdiff
path: root/msys2-package.sh
Commit message (Collapse)AuthorAgeFilesLines
* Improve cross-compilation script compatibilityPřemysl Eric Janouch2024-04-071-1/+1
|
* msys2-package.sh: fix iconv transliterationPřemysl Eric Janouch2023-06-271-1/+1
| | | | | | LC_ALL overrides LC_CTYPE. Even though C.UTF-8 may produce warnings, at least it works.
* Package the MSI from within a custom targetPřemysl Eric Janouch2023-06-261-13/+17
|
* Produce a basic Windows installer packagePřemysl Eric Janouch2023-06-261-0/+30
We're very early adopters of msitools' new UI feature, so this doesn't work on MSYS2 directly yet due to an old version.