mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-30 19:09:03 +00:00
Add comments
This commit is contained in:
parent
40e5722ed4
commit
d4570b1a9a
@ -1,5 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
############################################
|
||||||
|
## Lutris pre-launch script for Star Citizen
|
||||||
|
############################################
|
||||||
|
|
||||||
|
## EAC Workaround: Remove EAC cache
|
||||||
EACDIR="$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat"
|
EACDIR="$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat"
|
||||||
|
|
||||||
if [ -d "$EACDIR" ]; then
|
if [ -d "$EACDIR" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user