Skip to content

Commit af25a1c

Browse files
committed
Fixed Location Paths for New Github Ownership
Paths for tk-unreal and tk-framework-unrealqt pointed to 'shotgunsoftware' instead of 'ue4plugins'. Also switched to use Github version tags.
1 parent e2beb14 commit af25a1c

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

env/includes/engine_locations.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ engines.tk-shotgun.location:
8181

8282
# Unreal
8383
engines.tk-unreal.location:
84-
type: git_branch
85-
path: [email protected]:shotgunsoftware/tk-unreal
86-
branch: master
87-
version: e589cdfe37b7eee89328920c26f913617d4ef5a3
88-
84+
type: git
85+
path: https://github.com/ue4plugins/tk-unreal.git
86+
version: v1.0.0

env/includes/frameworks.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ frameworks:
5858
# unrealqt - PySide build for Unreal (Windows-only)
5959
tk-framework-unrealqt_v1.x.x:
6060
location:
61-
type: git_branch
62-
path: [email protected]:shotgunsoftware/tk-framework-unrealqt
63-
branch: master
64-
version: d21ff6124a901ce018ab639cbefe8bfc67115a79
61+
type: git
62+
path: https://github.com/ue4plugins/tk-framework-unrealqt.git
63+
version: v1.0.0

0 commit comments

Comments
 (0)