Browse Source

scripts: gha: psvita: fix HLSDK branches names, as all needed PSVita changes have been merged to hlsdk-portable

pull/2/head
Alibek Omarov 1 year ago
parent
commit
3949422430
  1. 7
      scripts/gha/build_psvita.sh

7
scripts/gha/build_psvita.sh

@ -49,11 +49,10 @@ cp build/engine/xash.vpk pkgtemp/ @@ -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..."

Loading…
Cancel
Save