Tweak download page
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
{% if "mingw" in f.text %}
|
||||
Experimental MinGW
|
||||
{% elif "vc14" in f.text %}
|
||||
Experimental Build Branch by VS 2015<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
||||
Experimental Build Branch by VS 2015<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
||||
{% 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<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
||||
{% else %}
|
||||
Experimental VS 2015<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
||||
{% endif %}
|
||||
{% elif "win32-vc12" in f.text %}
|
||||
Official Preview VS 2013<br/><span style="font-weight: normal;">(Windows XP/Vista/7/8/10)</span>
|
||||
{% elif "win64-vc12" in f.text %}
|
||||
|
Reference in New Issue
Block a user