Skip to content
Snippets Groups Projects
Commit a1fd647f authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

VLC for Windows: list MSI packages

parent 1f3b3fa9
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
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