From e79011bb2fffa03ab2ed4bc6a34d0ea23072d3cf Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 3 Apr 2017 16:16:59 +0200 Subject: [PATCH] Tweak download page again Blender 2.8 VC14 builds were listed in two categories --- templates/directory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/directory.html b/templates/directory.html index aebc3ca..f512c15 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -124,7 +124,7 @@ {% for f in files|sort %} - {% if (not (("mingw" in f.text) or ("vc1" in f.text))) %} + {% if (not (("mingw" in f.text) or ("vc1" in f.text))) or ("blender-2.8" in f.text) %} {% else %} {% if "mingw32" in f.text %}