lug-helper/sc-prelaunch.sh

7 lines
132 B
Bash
Raw Normal View History

2023-03-24 18:22:13 +00:00
#!/bin/sh
2023-03-24 19:12:25 +00:00
EACDIR="$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat"
if [ -d "$EACDIR" ]; then
rm -rf "$EACDIR"
fi