Update build-msi.sh

This commit is contained in:
Alexander Ivanov 2024-02-24 23:17:18 +08:00 committed by GitHub
parent cc483e24bd
commit 31c31ae16d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,4 +187,4 @@ cat > wix.xml << EOF
EOF
# Generate the MSI
wixl -out ${PKGNAME}-${PKGVERSION}-${PKGARCH}.msi -arch ${PKGARCH} wix.xml
wixl --output ${PKGNAME}-${PKGVERSION}-${PKGARCH}.msi --arch ${PKGARCH} wix.xml