summaryrefslogtreecommitdiff
path: root/BattleNET/env
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-18 15:06:57 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-18 15:06:57 -0400
commit2a033b111b68541a0d63c5e6befd3769fe018663 (patch)
tree31ef088b6d6ba4047818ef58bfe2d75d6a7b46f6 /BattleNET/env
downloadwinescripts-2a033b111b68541a0d63c5e6befd3769fe018663.tar.gz
winescripts-2a033b111b68541a0d63c5e6befd3769fe018663.tar.bz2
winescripts-2a033b111b68541a0d63c5e6befd3769fe018663.zip
BattleNET
Diffstat (limited to 'BattleNET/env')
-rwxr-xr-xBattleNET/env7
1 files changed, 7 insertions, 0 deletions
diff --git a/BattleNET/env b/BattleNET/env
new file mode 100755
index 0000000..2408b08
--- /dev/null
+++ b/BattleNET/env
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export STEAM_TEMP_DIR="$(pwd)/wine"
+mkdir -p "$STEAM_TEMP_DIR"
+export STEAM_COMPAT_DATA_PATH="$STEAM_TEMP_DIR"
+export STEAM_COMPAT_CLIENT_INSTALL_PATH="$STEAM_TEMP_DIR"
+export PROTON="$HOME/.local/share/Steam/steamapps/common/Proton - Experimental/proton"