Skip to content
Snippets Groups Projects
Commit d7693339 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

Revert "package/win32: build.sh: disable MSI generation on aarch64"

This reverts commit 6752d970.

arm64 is supported in Wix 3.14.0.6526
parent a8eeadb1
No related branches found
No related tags found
No related merge requests found
......@@ -421,21 +421,14 @@ make -j$JOBS
if [ "$INSTALLER" = "n" ]; then
make package-win32-debug-7zip
make -j$JOBS package-win32
if [ "$ARCH" != "aarch64" ]; then
# WIX 3.5 doesn't support aarch64
make package-msi
fi
make -j$JOBS package-win32 package-msi
elif [ "$INSTALLER" = "r" ]; then
make package-win32
elif [ "$INSTALLER" = "u" ]; then
make package-win32-release
sha512sum vlc-*-release.7z
elif [ "$INSTALLER" = "m" ]; then
if [ "$ARCH" != "aarch64" ]; then
# WIX 3.5 doesn't support aarch64
make package-msi
fi
elif [ ! -z "$INSTALL_PATH" ]; then
make package-win-common
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment