Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
websites
Manage
Activity
Members
Labels
Plan
Issues
25
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN organization
websites
Commits
0b18c997
Commit
0b18c997
authored
4 years ago
by
Felix Paul Kühne
Browse files
Options
Downloads
Patches
Plain Diff
vlc/macosx download: link ARM64 binaries and fix Intel64 link in drop-down
parent
a5af9071
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www.videolan.org/vlc/download-macosx.php
+6
-2
6 additions, 2 deletions
www.videolan.org/vlc/download-macosx.php
with
6 additions
and
2 deletions
www.videolan.org/vlc/download-macosx.php
+
6
−
2
View file @
0b18c997
...
...
@@ -13,8 +13,12 @@
$dropdownItems
=
array
(
array
(
"name"
=>
"VLC.app dmg package"
,
"location"
=>
"
$dlBase
/
$macosxversion
/macosx/vlc-
$macosxversion
.dmg"
,
"name"
=>
"VLC for Macs with Intel processors"
,
"location"
=>
"
$dlBase
/
$macosxversion
/macosx/vlc-
$macosxversion
-intel64.dmg"
,
),
array
(
"name"
=>
"VLC for Macs with Apple Silicon chips"
,
"location"
=>
"
$dlBase
/
$macosArm64version
/macosx/vlc-
$macosArm64version
-arm64.dmg"
,
),
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment