From 6d25707d19de7a9c4b2fb9569455f20f3c9f4558 Mon Sep 17 00:00:00 2001 From: Angelo Banse Date: Thu, 13 Feb 2025 12:53:44 +0100 Subject: [PATCH] link to download the macOS pkg installer --- themes/sumo-theme/layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/sumo-theme/layouts/index.html b/themes/sumo-theme/layouts/index.html index 4435495..e5d679d 100644 --- a/themes/sumo-theme/layouts/index.html +++ b/themes/sumo-theme/layouts/index.html @@ -34,8 +34,8 @@ DownloadLink = "https://sumo.dlr.de/releases/{{ $.Site.Params.Version }}/sumo-win64-{{ $.Site.Params.Version }}.msi"; } if (navigator.appVersion.indexOf("Mac") != -1) { - Name = "SUMO {{ $.Site.Params.Version }} for macOS"; - DownloadLink = "{{ $.Site.Params.docsURL }}/Downloads.php#macos"; + Name = "SUMO {{ $.Site.Params.Version }} pkg installer for macOS"; + DownloadLink = "https://sumo.dlr.de/releases/{{ $.Site.Params.Version }}/sumo-{{ $.Site.Params.Version }}.pkg"; } if (navigator.appVersion.indexOf("X11") != -1) { Name = "SUMO {{ $.Site.Params.Version }} for Linux";