Skip to content

Commit

Permalink
fix appimage link
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 authored and missytake committed Nov 22, 2024
1 parent c4abaad commit 813e981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/download-boxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
<div class="buttons">
<a href="https://download.delta.chat/desktop/v{{VERSION_DESKTOP}}/deltachat-desktop_{{VERSION_DESKTOP}}_amd64.deb"><small>Get .deb for x86_64</small> Debian/Ubuntu</a>
<a href="https://download.delta.chat/desktop/v{{VERSION_DESKTOP}}/deltachat-desktop-{{VERSION_DESKTOP}}.x86_64.rpm"><small>Get .rpm for x86_64</small> Fedora</a>
<a href="https://download.delta.chat/desktop/v{{VERSION_DESKTOP}}/DeltaChat-{{VERSION_DESKTOP}}.AppImage"><small>Get x86_64</small> AppImage</a>
<a href="https://download.delta.chat/desktop/v{{VERSION_DESKTOP}}/DeltaChat-{{VERSION_DESKTOP}}-x86_64.AppImage"><small>Get x86_64</small> AppImage</a>
<a href="https://download.delta.chat/desktop/v{{VERSION_DESKTOP}}/deltachat-desktop-{{VERSION_DESKTOP}}.tar.gz"><small>Get x86_64</small> tar.gz</a>
<br />
<a href="https://download.delta.chat/desktop/v{{VERSION_DESKTOP}}/deltachat-desktop_{{VERSION_DESKTOP}}_arm64.deb"><small>Get .deb for arm64</small> Debian/Ubuntu</a>
Expand Down

0 comments on commit 813e981

Please sign in to comment.