[tor-commits] [tpo/master] Bug 31926: Add Android x86_64 to the alpha download page

boklm at torproject.org boklm at torproject.org
Wed Oct 2 09:48:42 UTC 2019


commit ca8811fa740944872a00fe5f822ab2b0c0dfe647
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Oct 2 11:47:27 2019 +0200

    Bug 31926: Add Android x86_64 to the alpha download page
---
 templates/download-options.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/templates/download-options.html b/templates/download-options.html
index e0edd8e..075b158 100644
--- a/templates/download-options.html
+++ b/templates/download-options.html
@@ -65,6 +65,11 @@
             {{ render_android(t.version, "x86") }}
           </td>
         </tr>
+        <tr>
+          <td>
+            {{ render_android(t.version, "x86_64") }}
+          </td>
+        </tr>
       </tbody>
     </table>
   </div>



More information about the tor-commits mailing list