Add comments

This commit is contained in:
the-sane 2023-03-24 17:53:22 -04:00
parent 40e5722ed4
commit d4570b1a9a

View File

@ -1,5 +1,9 @@
#!/bin/sh
############################################
## Lutris pre-launch script for Star Citizen
############################################
## EAC Workaround: Remove EAC cache
EACDIR="$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat"
if [ -d "$EACDIR" ]; then