From bad9b5ccfdbd0cf70e3ccf1cf793e71de4c86acf Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 3 Apr 2017 15:19:53 +0200 Subject: [PATCH] Update unpack script for 2.8 branch --- master_unpack.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/master_unpack.py b/master_unpack.py index ec44705..67b628f 100644 --- a/master_unpack.py +++ b/master_unpack.py @@ -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 = ""