From 68e53489c480a89f667f1c0c8172c8912096675a Mon Sep 17 00:00:00 2001 From: "zacharias@4zellen.se" Date: Thu, 12 Feb 2026 22:26:49 +0100 Subject: [PATCH] Trying stuff to make Proton accepot the prefix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fda238c..90a2393 100755 --- a/install.sh +++ b/install.sh @@ -163,7 +163,7 @@ 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!" -STEAM_COMPAT_DATA_PATH="$HOME/.local/share/EAapp/" +export STEAM_COMPAT_DATA_PATH="$HOME/.local/share/EAapp/" mkdir -p "$STEAM_COMPAT_DATA_PATH" 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