[www-doc] [Git][VideoLAN.org/websites][master] vlc/release: fix macOS download link
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Mon Feb 19 06:24:33 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
21179f48 by Felix Paul Kühne at 2024-02-19T07:24:21+01:00
vlc/release: fix macOS download link
- - - - -
5 changed files:
- www.videolan.org/vlc/releases/3.0.13.php
- www.videolan.org/vlc/releases/3.0.16.php
- www.videolan.org/vlc/releases/3.0.17.php
- www.videolan.org/vlc/releases/3.0.18.php
- www.videolan.org/vlc/releases/3.0.20.php
Changes:
=====================================
www.videolan.org/vlc/releases/3.0.13.php
=====================================
@@ -510,7 +510,7 @@
<div class="clearme"></div>
<div style="width: 50%; float: left;">
<h2 style="margin-top: 30px;">macOS</h2>
- <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion-intel64.dmg" ); ?>' >
+ <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion-universal.dmg" ); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("VLC for macOS"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>
=====================================
www.videolan.org/vlc/releases/3.0.16.php
=====================================
@@ -511,7 +511,7 @@
<div class="clearme"></div>
<div style="width: 50%; float: left;">
<h2 style="margin-top: 30px;">macOS</h2>
- <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion.dmg" ); ?>' >
+ <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion-universal.dmg" ); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("VLC for macOS"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>
=====================================
www.videolan.org/vlc/releases/3.0.17.php
=====================================
@@ -511,7 +511,7 @@
<div class="clearme"></div>
<div style="width: 50%; float: left;">
<h2 style="margin-top: 30px;">macOS</h2>
- <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion.dmg" ); ?>' >
+ <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion-universal.dmg" ); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("VLC for macOS"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>
=====================================
www.videolan.org/vlc/releases/3.0.18.php
=====================================
@@ -510,7 +510,7 @@
<div class="clearme"></div>
<div style="width: 50%; float: left;">
<h2 style="margin-top: 30px;">macOS</h2>
- <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion.dmg" ); ?>' >
+ <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion-universal.dmg" ); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("VLC for macOS"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>
=====================================
www.videolan.org/vlc/releases/3.0.20.php
=====================================
@@ -509,7 +509,7 @@
<div class="clearme"></div>
<div style="width: 50%; float: left;">
<h2 style="margin-top: 30px;">macOS</h2>
- <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion.dmg" ); ?>' >
+ <a id='downloadButton' href='<?php echo getDownloadLink("vlc", $macosxversion, "macosx/vlc-$macosxversion-universal.dmg" ); ?>' >
<img style='position: absolute; top: -10px; left: -10px;' src='/images/downloadVLC.png' alt='Download VLC icon' />
<span class='downloadText'><?php echo _("VLC for macOS"); ?></span>
<span id='downloadDetails' style='font-size: 12px; color: white;'>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/21179f48e6344d6decaf2421c025d34c82730eb7
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/21179f48e6344d6decaf2421c025d34c82730eb7
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the www-doc
mailing list