Skip to content

Commit

Permalink
Update download.html
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb authored Nov 26, 2022
1 parent 03f547f commit 18c6e8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>Download Development Builds</h3>
<p>For now, this is the version that will allow use to use "USB transfers", i.e. being able to transfers files such as OSes and apps to the emulated calculator.</p>

The Windows builds are provided by <a href="https://github.com/jacobly0">@jacobly0</a> (on his server, built with MinGW).
The Linux and macOS builds are provided by <a href="https://github.com/adriweb">@adriweb</a> (built by OBS for Linux).<br /><br />
The Linux and macOS builds are provided by <a href="https://github.com/adriweb">@adriweb</a> (built by OBS for Linux, GitHub Actions CI for macOS).<br /><br />
<ul class="collapsible" data-collapsible="accordion">
<li>
<div class="collapsible-header active"><i class="material-icons">picture_in_picture_alt</i>Windows</div>
Expand All @@ -39,9 +39,9 @@ <h3>Download Development Builds</h3>
<li>
<div class="collapsible-header"><i class="material-icons">desktop_mac</i>Mac</div>
<div class="collapsible-body">
<a href="https://github.com/CE-Programming/CEmu/files/9610398/CEmu_v2.0_macOS_2022-09-20.dmg.zip" id="download-button" class="btn-large waves-effect waves-light cemu-color-lighter"><i class="material-icons left">file_download</i>Download macOS 64-bit</a>
<a href="https://jacobly.com/artifact?repo=CEmu&branch=master&file=CEmu_mac_master" id="download-button" class="btn-large waves-effect waves-light cemu-color-lighter"><i class="material-icons left">file_download</i>Download macOS 64-bit</a>
<br /><br />
(Last updated: 2021-09-20)
(Last updated: on each master commit)
</div>
</li>
<li>
Expand Down

0 comments on commit 18c6e8f

Please sign in to comment.