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 %}