File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2020 GPL Solutions, LLC. All rights reserved.
2
- #
3
- # Use of this software is subject to the terms of the GPL Solutions license
4
- # agreement provided at the time of installation or download, or which otherwise
5
- # accompanies this software in either electronic or hard copy form.
6
- #
1
+ # This file is provided by Epic Games, Inc. and is subject to the license
2
+ # file included in this repository.
7
3
8
4
"""
9
5
This hook is used override some of the functionality of the :class:`~sgtk.bootstrap.ToolkitManager`.
31
27
32
28
class Bootstrap (get_hook_baseclass ()):
33
29
"""
34
- Override the bootstrap core hook to cache ourself some bundles.
30
+ Override the bootstrap core hook to cache some bundles ourselves .
35
31
http://developer.shotgunsoftware.com/tk-core/core.html#bootstrap.Bootstrap
36
32
"""
37
- # List of github repos for which we download releases, with a token to do
38
- # the download
33
+ # List of github repos for which we download releases, with a github token to
34
+ # do the download if the repo is private
39
35
_download_release_from_github = [
40
36
("ue4plugins/tk-framework-unrealqt" , "" ),
41
37
("GPLgithub/tk-framework-unrealqt" , "" ),
You can’t perform that action at this time.
0 commit comments