add support for ue 5.3 and drop support for 5.0
This commit is contained in:
+3
-3
@@ -42,9 +42,9 @@ Deploy:
|
||||
PasswordEnvVar: SGUM_PACKAGER_REPOSITORY_PASSWORD
|
||||
|
||||
Branches:
|
||||
- "5.3"
|
||||
- "5.2"
|
||||
- "5.1"
|
||||
- "5.0"
|
||||
|
||||
Exclusions:
|
||||
- .git
|
||||
@@ -155,14 +155,14 @@ Rocket:
|
||||
PackageDirectory: "%TEMP%\\SenseGlove-Unreal\\Rocket"
|
||||
|
||||
EnginePaths:
|
||||
- "5.3": "C:\\OPT\\UE_5.3"
|
||||
- "5.2": "C:\\OPT\\UE_5.2"
|
||||
- "5.1": "C:\\OPT\\UE_5.1"
|
||||
- "5.0": "C:\\OPT\\UE_5.0"
|
||||
|
||||
NDKPaths:
|
||||
- "5.3": "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
||||
- "5.2": "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
||||
- "5.1": "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
||||
- "5.0": "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\21.4.7075529"
|
||||
|
||||
|
||||
Rsync:
|
||||
|
||||
Reference in New Issue
Block a user