Fix: website links and photos

This commit is contained in:
2026-03-01 11:30:00 +01:00
parent 5a59937cc7
commit ecb559e556
11 changed files with 35 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

@@ -56,32 +56,39 @@ const DL = 'https://dlcagire.raphaelforment.fr';
<table class="downloads-table">
<tr>
<th>Platform</th>
<th>Desktop</th>
<th>Terminal</th>
</tr>
<tr>
<td>macOS (Universal)</td>
<td colspan="2"><a href={`${DL}/cagire-macos-universal.pkg`}>.pkg</a></td>
<th>Desktop</th>
<th>Plugins</th>
</tr>
<tr>
<td>macOS (ARM)</td>
<td><a href={`${DL}/cagire-macos-aarch64-desktop.app.zip`}>.app</a></td>
<td><a href={`${DL}/cagire-macos-aarch64.tar.gz`}>.tar.gz</a></td>
<td><a href={`${DL}/cagire-macos-aarch64`}>binary</a></td>
<td><a href={`${DL}/Cagire-aarch64.dmg`}>.dmg</a></td>
<td><a href={`${DL}/cagire-plugins-macos-aarch64.clap`}>CLAP</a> · <a href={`${DL}/cagire-plugins-macos-aarch64.vst3`}>VST3</a></td>
</tr>
<tr>
<td>macOS (Intel)</td>
<td><a href={`${DL}/cagire-macos-x86_64-desktop.app.zip`}>.app</a></td>
<td><a href={`${DL}/cagire-macos-x86_64.tar.gz`}>.tar.gz</a></td>
<td><a href={`${DL}/cagire-macos-x86_64`}>binary</a></td>
<td><a href={`${DL}/Cagire-x86_64.dmg`}>.dmg</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>
</tr>
<tr>
<td>Windows</td>
<td><a href={`${DL}/cagire-windows-x86_64-desktop.exe`}>.exe</a></td>
<td><a href={`${DL}/cagire-windows-x86_64.zip`}>.zip</a></td>
<td>Linux (x86_64)</td>
<td><a href={`${DL}/cagire-linux-x86_64.AppImage`}>AppImage</a></td>
<td><a href={`${DL}/cagire-desktop-linux-x86_64.AppImage`}>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>
</tr>
<tr>
<td>Linux</td>
<td><a href={`${DL}/cagire-linux-x86_64-desktop.deb`}>.deb</a></td>
<td><a href={`${DL}/cagire-linux-x86_64.tar.gz`}>.tar.gz</a></td>
<td>Linux (ARM)</td>
<td><a href={`${DL}/cagire-linux-aarch64.AppImage`}>AppImage</a></td>
<td><a href={`${DL}/cagire-desktop-linux-aarch64.AppImage`}>AppImage</a></td>
<td><a href={`${DL}/cagire-plugins-linux-aarch64.clap`}>CLAP</a> · <a href={`${DL}/cagire-plugins-linux-aarch64.vst3`}>VST3</a></td>
</tr>
<tr>
<td>Windows (x86_64)</td>
<td><a href={`${DL}/cagire-windows-x86_64.exe`}>.exe</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-plugins-windows-x86_64.clap`}>CLAP</a> · <a href={`${DL}/cagire-plugins-windows-x86_64.vst3`}>VST3</a></td>
</tr>
</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>