Feat: update website with download matrix
All checks were successful
Deploy Website / deploy (push) Has been skipped
All checks were successful
Deploy Website / deploy (push) Has been skipped
This commit is contained in:
@@ -62,33 +62,33 @@ const DL = 'https://dlcagire.raphaelforment.fr';
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>macOS (ARM)</td>
|
<td>macOS (ARM)</td>
|
||||||
<td><a href={`${DL}/cagire-macos-aarch64`}>binary</a></td>
|
<td><a href={`${DL}/cagire-macos-aarch64.zip`}>zip</a></td>
|
||||||
<td><a href={`${DL}/Cagire-aarch64.dmg`}>.dmg</a></td>
|
<td><a href={`${DL}/cagire-macos-aarch64-desktop.zip`}>zip</a></td>
|
||||||
<td><a href={`${DL}/cagire-plugins-macos-aarch64.clap`}>CLAP</a> · <a href={`${DL}/cagire-plugins-macos-aarch64.vst3`}>VST3</a></td>
|
<td><a href={`${DL}/cagire-macos-aarch64-clap.zip`}>CLAP</a> · <a href={`${DL}/cagire-macos-aarch64-vst3.zip`}>VST3</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>macOS (Intel)</td>
|
<td>macOS (Intel)</td>
|
||||||
<td><a href={`${DL}/cagire-macos-x86_64`}>binary</a></td>
|
<td><a href={`${DL}/cagire-macos-x86_64.zip`}>zip</a></td>
|
||||||
<td><a href={`${DL}/Cagire-x86_64.dmg`}>.dmg</a></td>
|
<td><a href={`${DL}/cagire-macos-x86_64-desktop.zip`}>zip</a></td>
|
||||||
<td><a href={`${DL}/cagire-plugins-macos-x86_64.clap`}>CLAP</a> · <a href={`${DL}/cagire-plugins-macos-x86_64.vst3`}>VST3</a></td>
|
<td><a href={`${DL}/cagire-macos-x86_64-clap.zip`}>CLAP</a> · <a href={`${DL}/cagire-macos-x86_64-vst3.zip`}>VST3</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Linux (x86_64)</td>
|
<td>Linux (x86_64)</td>
|
||||||
<td><a href={`${DL}/cagire-linux-x86_64.AppImage`}>AppImage</a></td>
|
<td><a href={`${DL}/cagire-linux-x86_64.zip`}>zip</a></td>
|
||||||
<td><a href={`${DL}/cagire-desktop-linux-x86_64.AppImage`}>AppImage</a></td>
|
<td><a href={`${DL}/cagire-linux-x86_64-desktop.zip`}>zip</a> · <a href={`${DL}/cagire-linux-x86_64-appimage.zip`}>AppImage</a></td>
|
||||||
<td><a href={`${DL}/cagire-plugins-linux-x86_64.clap`}>CLAP</a> · <a href={`${DL}/cagire-plugins-linux-x86_64.vst3`}>VST3</a></td>
|
<td><a href={`${DL}/cagire-linux-x86_64-clap.zip`}>CLAP</a> · <a href={`${DL}/cagire-linux-x86_64-vst3.zip`}>VST3</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Linux (ARM)</td>
|
<td>Linux (ARM)</td>
|
||||||
<td><a href={`${DL}/cagire-linux-aarch64.AppImage`}>AppImage</a></td>
|
<td><a href={`${DL}/cagire-linux-aarch64.zip`}>zip</a></td>
|
||||||
<td><a href={`${DL}/cagire-desktop-linux-aarch64.AppImage`}>AppImage</a></td>
|
<td><a href={`${DL}/cagire-linux-aarch64-desktop.zip`}>zip</a></td>
|
||||||
<td><a href={`${DL}/cagire-plugins-linux-aarch64.clap`}>CLAP</a> · <a href={`${DL}/cagire-plugins-linux-aarch64.vst3`}>VST3</a></td>
|
<td><s>CLAP</s> · <s>VST3</s></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Windows (x86_64)</td>
|
<td>Windows (x86_64)</td>
|
||||||
<td><a href={`${DL}/cagire-windows-x86_64.exe`}>.exe</a></td>
|
<td><a href={`${DL}/cagire-windows-x86_64.zip`}>zip</a></td>
|
||||||
<td><a href={`${DL}/cagire-desktop-windows-x86_64.exe`}>.exe</a> · <a href={`${DL}/cagire-windows-x86_64.msi`}>.msi</a></td>
|
<td><a href={`${DL}/cagire-windows-x86_64-desktop.zip`}>zip</a> · <a href={`${DL}/cagire-msi.zip`}>.msi</a></td>
|
||||||
<td><a href={`${DL}/cagire-plugins-windows-x86_64.clap`}>CLAP</a> · <a href={`${DL}/cagire-plugins-windows-x86_64.vst3`}>VST3</a></td>
|
<td><s>CLAP</s> · <s>VST3</s></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<p class="note">Source code and issue tracker on <a href="https://github.com/Bubobubobubobubo/cagire">GitHub</a>. You can also compile the software yourself from source!</p>
|
<p class="note">Source code and issue tracker on <a href="https://github.com/Bubobubobubobubo/cagire">GitHub</a>. You can also compile the software yourself from source!</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user