diff --git a/Packager/sgum-packager.yml b/Packager/sgum-packager.yml index c88f531f..fc2d4200 100644 --- a/Packager/sgum-packager.yml +++ b/Packager/sgum-packager.yml @@ -42,6 +42,7 @@ Deploy: PasswordEnvVar: SGUM_PACKAGER_REPOSITORY_PASSWORD Branches: + - "5.8" - "5.7" - "5.6" - "5.5" @@ -184,6 +185,11 @@ Rocket: EnginePaths: + - Branch: "5.8" + Path: + Linux: "/opt/UE58" + Windows: "C:\\OPT\\UE_5.8" + - Branch: "5.7" Path: Linux: "/opt/UE57" @@ -201,6 +207,11 @@ Rocket: NDKPaths: + - Branch: "5.8" + Path: + Linux: "/opt/android/sdk/ndk/27.2.12479018" + Windows: "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\27.2.12479018" + - Branch: "5.7" Path: Linux: "/opt/android/sdk/ndk/27.2.12479018"