Remove blender2.7 build

The last version is now archived on download.blender.org/release.
This commit is contained in:
2019-07-29 17:47:33 +02:00
parent 408de2690d
commit 2a3b5ebf37
2 changed files with 3 additions and 9 deletions

View File

@@ -67,9 +67,6 @@ def get_platform(filename):
def get_branch(filename):
if filename.startswith("blender-2.7"):
return "blender2.7"
tokens = filename.split("-")
branch = ""