From 415e106b85587b0962603be4136a102ec0ebe998 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 3 Apr 2017 16:14:33 +0200 Subject: [PATCH] Tweak download page --- templates/directory.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/directory.html b/templates/directory.html index be10b5b..aebc3ca 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -154,7 +154,7 @@ {% if "mingw" in f.text %} Experimental MinGW {% elif "vc14" in f.text %} - Experimental Build Branch by VS 2015
(Windows Vista/7/8/10) + Experimental Build Branch by VS 2015
(Windows Vista/7/8/10) {% else %} Official {% endif %} @@ -201,7 +201,11 @@ {% if "mingw" in f.text %} Experimental MinGW {% elif "vc14" in f.text %} + {% if "blender-2.8" in f.text %} + Blender 2.8 Branch by VS 2015
(Windows Vista/7/8/10) + {% else %} Experimental VS 2015
(Windows Vista/7/8/10) + {% endif %} {% elif "win32-vc12" in f.text %} Official Preview VS 2013
(Windows XP/Vista/7/8/10) {% elif "win64-vc12" in f.text %}