Skip to content

Commit

Permalink
link to download the macOS pkg installer
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobanse committed Feb 13, 2025
1 parent cb2eb50 commit 6d25707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/sumo-theme/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 6d25707

Please sign in to comment.