From 3949422430b357875600c18d2b2a0656e916c069 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 20 Mar 2023 18:14:51 +0300 Subject: [PATCH] scripts: gha: psvita: fix HLSDK branches names, as all needed PSVita changes have been merged to hlsdk-portable --- scripts/gha/build_psvita.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/gha/build_psvita.sh b/scripts/gha/build_psvita.sh index 0a67f55b..8ab28da3 100644 --- a/scripts/gha/build_psvita.sh +++ b/scripts/gha/build_psvita.sh @@ -49,11 +49,10 @@ cp build/engine/xash.vpk pkgtemp/ echo "Building HLSDK..." -# TODO: replace with hlsdk-portable and the correct branch names when PRs are merged pushd hlsdk-xash3d -build_hlsdk vita-mobile_hacks valve -build_hlsdk vita-opfor gearbox -build_hlsdk vita-bshift bshift +build_hlsdk mobile_hacks valve +build_hlsdk opfor gearbox +build_hlsdk bshift bshift popd echo "Generating default config files..."