Skip to content

Commit 9d4af73

Browse files
Merge pull request #553 from HenrikJannsen/Add-Bisq-2-Apple-Silicon-download-link
Add Bisq 2 Apple Silicon download link
2 parents f44d439 + 927221f commit 9d4af73

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

_layouts/page_downloads.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ <h2>Bisq2 Downloads</h2>
120120

121121
{% assign bisq2_archive = 'https://github.com/bisq-network/bisq2/archive/refs/tags' %}
122122
{% assign bisq2_releases = 'https://github.com/bisq-network/bisq2/releases' %}
123+
{% assign bisq2_macos_x86_64 = 'Bisq-x86_64-' | append: site.bisq2_version | append: '.dmg' %}
124+
{% assign bisq2_macos_aarch64 = 'Bisq-aarch64-' | append: site.bisq2_version | append: '.dmg' %}
123125

124126
<table class="all-downloads mt-5">
125127
<tr class="border-bottom">
@@ -135,8 +137,13 @@ <h2>Bisq2 Downloads</h2>
135137
<td>{{ item.tdMac }}</td>
136138
<td>
137139
<a class="dl-mac"
138-
href="{{ bisq2_releases }}/download/v{{ site.bisq2_version }}/Bisq-{{ site.bisq2_version }}.dmg">.dmg</a> |
139-
<a href="{{ bisq2_releases }}/download/v{{ site.bisq2_version }}/Bisq-{{ site.bisq2_version }}.dmg.asc">{{
140+
href="{{ bisq2_releases }}/download/v{{ site.bisq2_version }}/{{ bisq2_macos_x86_64 }}">Intel .dmg</a> |
141+
<a href="{{ bisq2_releases }}/download/v{{ site.bisq2_version }}/{{ bisq2_macos_x86_64 }}.asc">{{
142+
item.tdVerificationText0 }}</a>
143+
<br>
144+
<a class="dl-mac"
145+
href="{{ bisq2_releases }}/download/v{{ site.bisq2_version }}/{{ bisq2_macos_aarch64 }}">Apple Silicon .dmg</a> |
146+
<a href="{{ bisq2_releases }}/download/v{{ site.bisq2_version }}/{{ bisq2_macos_aarch64 }}.asc">{{
140147
item.tdVerificationText0 }}</a>
141148
</td>
142149
</tr>

0 commit comments

Comments
 (0)