changeset a7dff2b958f7 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=a7dff2b958f7
description:
        Add link to 32 and 64 bit Windows download

        issue8914
        review286401002
diffstat:

 templates/download.html |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 839a65fc8730 -r a7dff2b958f7 templates/download.html
--- a/templates/download.html   Wed Apr 29 11:09:03 2020 +0200
+++ b/templates/download.html   Mon May 04 17:51:55 2020 +0200
@@ -94,8 +94,11 @@
     You can manage and connect to different servers using the same client.</p>
     <p>
     Current version:<br/>
-    <a href="https://downloads.tryton.org/current/tryton-last.exe"; class="btn 
btn-outline-primary" title="Download for Windows">
-        <i class="icon icon-windows"></i> Windows
+    <a href="https://downloads.tryton.org/current/tryton-32bit-last.exe"; 
class="btn btn-outline-primary" title="Download for Windows 32bit">
+        <i class="icon icon-windows"></i> Windows 32bit
+    </a>
+    <a href="https://downloads.tryton.org/current/tryton-64bit-last.exe"; 
class="btn btn-outline-primary" title="Download for Windows 64bit">
+        <i class="icon icon-windows"></i> Windows 64bit
     </a>
     <a href="https://downloads.tryton.org/current/tryton-last.dmg"; class="btn 
btn-outline-primary" title="Download for macOS">
         <i class="icon icon-apple"></i> macOS

Reply via email to