mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-02-05 19:49:01 +00:00
Update prelaunch script
This commit is contained in:
parent
51965cc7aa
commit
2ea2c40170
@ -1,2 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi
|
|
||||||
|
EACDIR="$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat"
|
||||||
|
|
||||||
|
if [ -d "$EACDIR" ]; then
|
||||||
|
rm -rf "$EACDIR"
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user