Added more proton runtime evirmental variables to the envirment

This commit is contained in:
2026-02-12 22:52:06 +01:00
parent bf2fa78b78
commit 315c134535

View File

@@ -169,6 +169,8 @@ curl -sS -L "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-
echo "Asumtions are being made about instalation locations. (This script asumes that proton ge is used). copying .desktop file!" echo "Asumtions are being made about instalation locations. (This script asumes that proton ge is used). copying .desktop file!"
export STEAM_COMPAT_DATA_PATH="$HOME/.local/share/EAapp/" export STEAM_COMPAT_DATA_PATH="$HOME/.local/share/EAapp/"
export STEAM_COMPAT_DATA_PATH="$HOME/.local/share/Steam"
export DXVK_STATE_CACHE_PATH="$HOME/.cache/dxvk-cache-pool"
mkdir -p "$STEAM_COMPAT_DATA_PATH" mkdir -p "$STEAM_COMPAT_DATA_PATH"
echo "Using $STEAM_COMPAT_DATA_PATH as proton prefix. This is where EA App will be installed to" echo "Using $STEAM_COMPAT_DATA_PATH as proton prefix. This is where EA App will be installed to"
# TODO: Add the copying or generation of the .desktop file # TODO: Add the copying or generation of the .desktop file