From c920d0ecf9a2361bfd52af0d02af711166ccfde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 6 Nov 2023 14:40:32 +0100 Subject: [PATCH] Website: include macOS/Silicon (ARM64) build on the download page --- web/project-website/content/download/_index.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/web/project-website/content/download/_index.md b/web/project-website/content/download/_index.md index ad362d8d..e598c2cd 100644 --- a/web/project-website/content/download/_index.md +++ b/web/project-website/content/download/_index.md @@ -11,12 +11,13 @@ Manager web-interface after installation. The latest version is: **{{< flamenco/latestVersion >}}** -| Platform | File | -|------------------------------|------------------------------------------------------| -| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | -| Linux | {{< flamenco/downloadLink os="linux" >}} | -| macOS (Intel) | {{< flamenco/downloadLink os="macos" >}} | -| checksums | {{< flamenco/sha256link >}} | +| Platform | File | +|------------------------------------|----------------------------------------------------------------------------------------------| +| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | +| Linux | {{< flamenco/downloadLink os="linux" >}} | +| macOS (Intel) | {{< flamenco/downloadLink os="macos" >}} | +| macOS (Silicon/ARM) | {{< flamenco/downloadLink os="macos" arch="arm64" >}} (without FFmpeg, [see below][mac-arm]) | +| checksums | {{< flamenco/sha256link >}} | Please report any issue at [projects.blender.org][bugs].