File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments