fix the builds

This commit is contained in:
Quinten
2024-04-04 08:56:29 +02:00
parent 66769a165b
commit d7f798c383
8 changed files with 11 additions and 9 deletions

View File

@@ -39,6 +39,8 @@ if [ -f "/usr/local/bin/proton" ]; then
mkdir -p /home/container/.steam/steam/steamapps/compatdata/${SRCDS_APPID}
export STEAM_COMPAT_CLIENT_INSTALL_PATH="/home/container/.steam/steam"
export STEAM_COMPAT_DATA_PATH="/home/container/.steam/steam/steamapps/compatdata/${SRCDS_APPID}"
# Fix for pipx with protontricks
export PATH=$PATH:/root/.local/bin
else
echo -e "----------------------------------------------------------------------------------"
echo -e "WARNING!!! Proton needs variable SRCDS_APPID, else it will not work. Please add it"