Skip to content

win32: don't build a .msi package on arm64

Steve Lhomme requested to merge robUx4/vlc:old-wix into master

It is not supported by the WIX 3.5 hardcoded in the MSI makefile.

There's arm64 support it WIX 3.14 but it's not release yet. We will also need to update our dockers and dotnet version which might be challenging. So for now we disable this type of package.

This will unbreak the nightly builds for arm64.

Sits on top of !2725 (merged).

Edited by Steve Lhomme

Merge request reports