Skip to content

Commit

Permalink
Separate macOS x64 and arm64 sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed May 8, 2021
1 parent 74051b5 commit 6e03a39
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions Server/Pages/Downloads.razor
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@
</p>
</div>
<div class="col-sm-6 mb-3">
<strong>macOS (Catalina)</strong>
<strong>macOS x64 (10.12 - 10.15)</strong>
<p>
<a target="_blank" href="/api/ClientDownloads/Desktop/MacOS-x64/@_organizationId">macOS x64 Executable</a>
@*<a target="_blank" href="/api/ClientDownloads/Desktop/MacOS-arm64/@_organizationId">macOS arm64 Executable</a>*@
</p>
@*<strong>macOS arm64 (11.01)</strong>
<p>
<a target="_blank" href="/api/ClientDownloads/Desktop/MacOS-arm64/@_organizationId">macOS arm64 Executable</a>
</p>*@
</div>
</div>

Expand Down Expand Up @@ -174,16 +177,20 @@
</div>

<div class="col-sm-6 mb-3">
<strong>macOS x64 (Catalina)</strong>
<strong>macOS x64 (10.12 - 10.15)</strong>
<p>
<a target="_blank" href="/API/ClientDownloads/MacOSInstaller-x64">macOS x64 Bash Installer</a>
<br />
<a target="_blank" href="/Content/Remotely-MacOS-x64.zip">macOS x64 Files Only</a>
@*<br />
</p>

@*<strong>macOS arm64 (11.01)</strong>
<p>
<a target="_blank" href="/API/ClientDownloads/MacOSInstaller-arm64">macOS arm64 Bash Installer</a>
<br />
<a target="_blank" href="/Content/Remotely-MacOS-arm64.zip">macOS arm64 Files Only</a>*@
</p>
<a target="_blank" href="/Content/Remotely-MacOS-arm64.zip">macOS arm64 Files Only</a>
</p>*@

<p>
<div class="small">Example Install:</div>

Expand Down

0 comments on commit 6e03a39

Please sign in to comment.