From 40616d2507bcf1616db0b867abb73a44f8073d20 Mon Sep 17 00:00:00 2001 From: missytake Date: Wed, 17 Jul 2024 19:29:43 +0200 Subject: [PATCH] download: move minimum version above 'noupgrades' --- _includes/download-boxes.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/_includes/download-boxes.html b/_includes/download-boxes.html index 3e85e9fcd..322c053ee 100644 --- a/_includes/download-boxes.html +++ b/_includes/download-boxes.html @@ -49,6 +49,10 @@

{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down +
+ {%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}: + Android 4.1 Jelly Bean +
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%} @@ -64,10 +68,6 @@

{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down Download APK

-
- {%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}: - Android 4.1 Jelly Bean -
@@ -102,6 +102,10 @@

{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
Homebrew manual install: brew install --cask deltachat
+
+ {%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}: + macOS 10.15 Catalina +
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%} @@ -111,10 +115,6 @@

{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down Download Apple Silicon DeltaChat.dmg

-
- {%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}: - macOS 10.15 Catalina -
@@ -129,6 +129,10 @@

{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
Winget install: winget install 9PJTXX7HN3PK
+
+ {%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}: + Windows 10 +
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%} @@ -140,10 +144,6 @@

{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down Get portable version (experimental)

-
- {%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}: - Windows 10 -
@@ -165,6 +165,10 @@

{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down Nix manual install: nix-env -f "<nixpkgs>" -iA deltachat-desktop
Snap manual install (community maintained): sudo snap install deltachat-desktop +
+ {%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}: + Ubuntu 18.04, Fedora 29, Debian 10 or compatible systems +
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%} @@ -181,10 +185,6 @@

{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down Get arm64 tar.gz

-
- {%if tx.download.minimum != ""%}{{ tx.download.minimum }}{%else%}{{ txEn.download.minimum }}{%endif%}: - Ubuntu 18.04, Fedora 29, Debian 10 or compatible systems -