-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desktop 1.46.0 release #907
Conversation
Check out the page preview at https://staging.delta.chat/907/en/download |
let's do #889 in another PR, eg. we may want to preserve the scanning image and there are minor layout tweaks needed. it also makes sense to postpone that change a bit until 1.46 is really everywhere (eg. fdroid is missing, probably also some desktop repos/stores). all that discussion should be detached from doing chore wrt desktop version. |
Co-authored-by: bjoern <r10s@b44t.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, did not test if the downloads actually work, however
_includes/download-boxes.html
Outdated
@@ -154,10 +155,13 @@ <h1>❶ {%if tx.download.install != ""%}{{ tx.download.install }}{%else%}{{ txEn | |||
{%if tx.download.no_upgrades != ""%}{{ tx.download.no_upgrades }}{%else%}{{ txEn.download.no_upgrades }}{%endif%} | |||
</summary> | |||
<div class="buttons"> | |||
<a href="https://download.delta.chat/desktop/v{{VERSION_DESKTOP}}/deltachat-desktop_{{VERSION_DESKTOP}}_amd64.deb"><small>Get .deb for</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</small> Fedora</a> | |||
<a href="https://download.delta.chat/desktop/v{{VERSION_DESKTOP}}/deltachat-desktop_{{VERSION_DESKTOP}}_amd64.deb"><small>Get .deb for amd64</small> Debian/Ubuntu</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
either use x86_64 or amd64 everywhere, otherwise it's confusing, also I'd prefer x86_64 because thats less similar to "arm', like less easy to confuse because more than one letter is different
related: deltachat/deltachat-desktop#3929