File tree Expand file tree Collapse file tree 2 files changed +158
-0
lines changed Expand file tree Collapse file tree 2 files changed +158
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,10 @@ <h3>Installing the browser extension</h3>
147
147
< a href ="https://addons.mozilla.org/firefox/addon/ruffle_rs " target ="_blank " rel ="nofollow " class ="store-badge ">
148
148
< img src ="{{ "/assets/get-the-addon.svg" | relative_url }}" width="172" height="60" alt="addons.mozilla.org" class="img-fluid">
149
149
</ a >
150
+
151
+ < a href ="https://microsoftedge.microsoft.com/addons/detail/ruffle/pipjjbgofgieknlpefmcckdmgaaegban " target ="_blank " rel ="nofollow " class ="store-badge ">
152
+ < img src ="{{ "/assets/get-it-from-microsoft-light.svg" | relative_url }}" width="167.75" height="60" alt="Get it from Microsoft" class="img-fluid">
153
+ </ a >
150
154
</ div >
151
155
< p >
152
156
These update whenever new
@@ -213,6 +217,10 @@ <h2 id="downloads">Downloads</h2>
213
217
< img src ="{{ "/assets/get-the-addon.svg" | relative_url }}" width="172" height="60" alt="addons.mozilla.org" class="img-fluid">
214
218
</ a >
215
219
220
+ < a href ="https://microsoftedge.microsoft.com/addons/detail/ruffle/pipjjbgofgieknlpefmcckdmgaaegban " target ="_blank " rel ="nofollow " class ="store-badge ">
221
+ < img src ="{{ "/assets/get-it-from-microsoft-light.svg" | relative_url }}" width="167.75" height="60" alt="Get it from Microsoft" class="img-fluid">
222
+ </ a >
223
+
216
224
{% assign all_releases = site.github.releases | where_exp:"item", "item.draft == false" %}
217
225
{% assign prerelease = all_releases | where_exp:"item", "item.prerelease == true" %}
218
226
{% assign full_release = all_releases | where_exp:"item", "item.prerelease == false" %}
You can’t perform that action at this time.
0 commit comments