diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:06:57 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:06:57 -0400 |
commit | 2a033b111b68541a0d63c5e6befd3769fe018663 (patch) | |
tree | 31ef088b6d6ba4047818ef58bfe2d75d6a7b46f6 /BattleNET/env | |
download | winescripts-2a033b111b68541a0d63c5e6befd3769fe018663.tar.gz winescripts-2a033b111b68541a0d63c5e6befd3769fe018663.tar.bz2 winescripts-2a033b111b68541a0d63c5e6befd3769fe018663.zip |
BattleNET
Diffstat (limited to 'BattleNET/env')
-rwxr-xr-x | BattleNET/env | 7 |
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" |