Update unpack script for 2.8 branch

This commit is contained in:
2017-04-03 15:19:53 +02:00
parent e38ef93b4a
commit bad9b5ccfd

View File

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