Skip to content

Commit

Permalink
Update build-msi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Saiv46 authored Feb 24, 2024
1 parent cc483e2 commit 31c31ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/msi/build-msi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 31c31ae

Please sign in to comment.