[vlc-commits] [Git][videolan/vlc][master] contrib: wix: use Github to get 3.14.0.6526

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Mar 22 07:03:50 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
efb169a3 by Steve Lhomme at 2024-03-22T07:13:15+01:00
contrib: wix: use Github to get 3.14.0.6526

The hash matches the version we used.
They keep removing their old downloads from their website...

- - - - -


1 changed file:

- contrib/src/wix/rules.mak


Changes:

=====================================
contrib/src/wix/rules.mak
=====================================
@@ -1,6 +1,6 @@
 WIX_VERSION=314
 WIX_FULL_VERSION=3.14.0.6526
-WIX_URL := https://wixtoolset.org/downloads/v$(WIX_FULL_VERSION)/wix$(WIX_VERSION)-binaries.zip
+WIX_URL := $(GITHUB)/wixtoolset/wix3/releases/download/wix$(WIX_VERSION)rtm/wix$(WIX_VERSION)-binaries.zip
 
 ifdef HAVE_WIN32
 # this requires dotnet 4.0 to be installed when running wix



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/efb169a38668ecb58979abb64a9f20b988932766

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/efb169a38668ecb58979abb64a9f20b988932766
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list