From 9ba929e3a199a8c11a3399176f27092be7950fa1 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 13 Apr 2023 20:43:56 -0400 Subject: [PATCH] Fix prelaunch command --- lutris-sc-install.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lutris-sc-install.json b/lutris-sc-install.json index 12ec9f7..d58d81d 100644 --- a/lutris-sc-install.json +++ b/lutris-sc-install.json @@ -82,9 +82,9 @@ "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_SIZE": 1073741824, "__GL_THREADED_OPTIMIZATIONS": 1, - "SteamGameId": "starcitizen", - "prelaunch_command": "/usr/bin/sh -c 'if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi'" + "SteamGameId": "starcitizen" }, + "prelaunch_command": "/usr/bin/sh -c 'if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi'", "prefer_system_libs": false }, "wine": {