Update for moving blender2.8 to master, master to blender2.7.

This commit is contained in:
2018-12-20 14:07:10 +01:00
parent 653293484b
commit e41a4477f2
2 changed files with 8 additions and 8 deletions

View File

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