Update Platform

This commit is contained in:
Neil Alexander 2021-03-07 13:47:47 +00:00
parent c30f7bcdfb
commit 243c731fd4

View file

@ -199,4 +199,4 @@ cat > wix.xml << EOF
EOF
# Generate the MSI
wixl -v wix.xml -o ${PKGNAME}-${PKGVERSION}-${PKGARCH}.msi
wixl -v wix.xml -a ${PKGARCH} -o ${PKGNAME}-${PKGVERSION}-${PKGARCH}.msi