add support for ue 5.4 and drop support for 5.1

This commit is contained in:
Mamadou Babaei
2024-04-25 13:05:27 +02:00
parent 68913864a7
commit 4f3ed13a88
+3 -3
View File
@@ -42,9 +42,9 @@ Deploy:
PasswordEnvVar: SGUM_PACKAGER_REPOSITORY_PASSWORD
Branches:
- "5.4"
- "5.3"
- "5.2"
- "5.1"
Exclusions:
- .git
@@ -155,14 +155,14 @@ Rocket:
PackageDirectory: "%TEMP%\\SenseGlove-Unreal\\Rocket"
EnginePaths:
- "5.4": "C:\\OPT\\UE_5.4"
- "5.3": "C:\\OPT\\UE_5.3"
- "5.2": "C:\\OPT\\UE_5.2"
- "5.1": "C:\\OPT\\UE_5.1"
NDKPaths:
- "5.4": "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
- "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"
Rsync: