Build: also use release branch for source/tools module

This commit is contained in:
Brecht Van Lommel 2019-10-11 21:43:45 +02:00
parent 3842519a38
commit 60d02b336e
Notes: blender-bot 2023-02-14 11:42:40 +01:00
Referenced by issue #70995, Collections folder does not appear in file browser when linking or appending
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ def submodules_update(args, release_version, branch):
("release/scripts/addons", branch),
("release/scripts/addons_contrib", branch),
("release/datafiles/locale", branch),
("source/tools", "master"),
("source/tools", branch),
]
# Initialize submodules only if needed.