We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2aee8 commit 96da1ffCopy full SHA for 96da1ff
_includes/templates/download.html
@@ -311,8 +311,7 @@ <h2 style="text-align: center">{{page.build_reproduction}}</h2>
311
var linkwinzip = document.getElementById('downloadwinzip');
312
var hrefwin64exe = document.getElementById('win64exe').href;
313
var hrefwin64zip = document.getElementById('win64zip').href;
314
-var hrefmaczip = document.getElementById('maczip').href;
315
-var hrefmactar = document.getElementById('mactar').href;
+var hrefmaczip = document.getElementById('macarmzip').href;
316
var hreflin64 = document.getElementById('lin64').href;
317
switch (os) {
318
case 'windows64':
0 commit comments