lug-helper/lutris-sc-prelaunch.sh

12 lines
304 B
Bash
Raw Permalink Normal View History

2023-03-24 18:22:13 +00:00
#!/bin/sh
2023-03-24 21:53:22 +00:00
############################################
## Lutris pre-launch script for Star Citizen
############################################
2023-03-24 19:12:25 +00:00
2023-03-24 21:53:22 +00:00
## EAC Workaround: Remove EAC cache
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