lug-helper/sc-prelaunch.sh
2023-03-24 15:12:25 -04:00

7 lines
132 B
Bash
Executable File

#!/bin/sh
EACDIR="$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat"
if [ -d "$EACDIR" ]; then
rm -rf "$EACDIR"
fi