From d4570b1a9a99c36b281acc2bd3e9cb57b4504886 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:53:22 -0400 Subject: [PATCH] Add comments --- sc-prelaunch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sc-prelaunch.sh b/sc-prelaunch.sh index 2a81797..c2293c0 100755 --- a/sc-prelaunch.sh +++ b/sc-prelaunch.sh @@ -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