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/run | |
download | winescripts-2a033b111b68541a0d63c5e6befd3769fe018663.tar.gz winescripts-2a033b111b68541a0d63c5e6befd3769fe018663.tar.bz2 winescripts-2a033b111b68541a0d63c5e6befd3769fe018663.zip |
BattleNET
Diffstat (limited to 'BattleNET/run')
-rwxr-xr-x | BattleNET/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BattleNET/run b/BattleNET/run new file mode 100755 index 0000000..b6e8a0c --- /dev/null +++ b/BattleNET/run @@ -0,0 +1,5 @@ +#!/bin/sh + +source ./env + +"$PROTON" run "./wine/pfx/drive_c/Program Files (x86)/Battle.net/Battle.net.exe" |