[www-doc] [Git][VideoLAN.org/websites][master] VLC for Windows: list MSI packages
Felix Paul Kühne
gitlab at videolan.org
Sat Feb 13 11:19:41 UTC 2021
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
a1fd647f by Felix Paul Kühne at 2021-02-13T12:19:34+01:00
VLC for Windows: list MSI packages
- - - - -
1 changed file:
- www.videolan.org/vlc/download-windows.php
Changes:
=====================================
www.videolan.org/vlc/download-windows.php
=====================================
@@ -17,10 +17,18 @@
"name" => "Zip package",
"location" => "$dlBase/$win32version/win32/vlc-$win32version-win32.zip",
),
+ array(
+ "name" => "MSI package",
+ "location" => "$dlBase/$win32version/win32/vlc-$win32version-win32.msi",
+ ),
array(
"name" => "Installer for 64bit version",
"location" => "$dlBase/$win32version/win64/vlc-$win32version-win64.exe",
),
+ array(
+ "name" => "MSI package for 64bit version",
+ "location" => "$dlBase/$win32version/win64/vlc-$win32version-win64.msi",
+ ),
array(
"name" => "ARM 64 version",
"location" => "http://people.videolan.org/~jb/Builds/ARM/vlc-4.0.0-dev-20180508-aarch64.zip",
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/a1fd647f84652902b2cb274466b37a0474f25c74
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/a1fd647f84652902b2cb274466b37a0474f25c74
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list