mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
🎉 Use hyper-latest.now.sh (#1690)
This commit is contained in:
parent
6e9a95bc69
commit
9eb31ea55c
1 changed files with 5 additions and 5 deletions
|
|
@ -604,35 +604,35 @@
|
|||
<tr>
|
||||
<td><b>macOS</b> (.dmg)</td>
|
||||
<td id="td-mac-os" colspan="2">
|
||||
<a href="https://hyper-updates.now.sh/download/mac">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
<a href="https://hyper-latest.now.sh/latest/dmg">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Windows</b> (.exe)</td>
|
||||
<td class="soon">COMING SOON</td>
|
||||
<td id="td-win">
|
||||
<a href="https://hyper-updates.now.sh/download/win">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
<a href="https://hyper-latest.now.sh/latest/exe">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Debian</b> (.deb)</td>
|
||||
<td class="soon">COMING SOON</td>
|
||||
<td id="td-debian">
|
||||
<a href="https://hyper-updates.now.sh/download/linux_deb">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
<a href="https://hyper-latest.now.sh/latest/deb">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Fedora</b> (.rpm)</td>
|
||||
<td class="soon">COMING SOON</td>
|
||||
<td id="td-fedora">
|
||||
<a href="https://hyper-updates.now.sh/download/linux_rpm">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
<a href="https://hyper-latest.now.sh/latest/rpm">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Other Linux distros</b> (.AppImage)</td>
|
||||
<td class="soon">COMING SOON</td>
|
||||
<td id="td-appimage" colspan="2">
|
||||
<a href="https://github.com/zeit/hyper/releases/download/1.3.1/hyper-1.3.1-x86_64-linux.AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
<a href="https://hyper-latest.now.sh/latest/AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue