Produce a basic Windows installer package

We're very early adopters of msitools' new UI feature,
so this doesn't work on MSYS2 directly yet due to an old version.
This commit is contained in:
2023-06-22 23:34:51 +02:00
parent 19913a5e48
commit 089c90004b
5 changed files with 116 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ then
wine64() { "$@"; }
awk() { command awk -v RS='\r?\n' "$@"; }
pacman -S --needed libarchive $pkg-ca-certificates $pkg-gcc $pkg-icoutils \
$pkg-librsvg $pkg-meson $pkg-pkgconf
$pkg-librsvg $pkg-meson $pkg-msitools $pkg-pkgconf
fi
status() {