From ff049860d1f38b31e6e377b5db72b83a056820f5 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:08:29 -0400 Subject: [PATCH] Prevent updates from overwriting our .desktop files --- lib/sc-launch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index b402202..3d70c09 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -13,9 +13,13 @@ # # If you do not wish to use the above .desktop files, then simply run this script from your terminal + +##################################################### # Configure the environment # Add additional environment variables here as needed +##################################################### export WINEPREFIX="$HOME/Games/star-citizen" +export WINEDLLOVERRIDES=winemenubuilder.exe=d # Prevent updates from overwriting our .desktop entries export EOS_USE_ANTICHEATCLIENTNULL=1 export __GL_SHADER_DISK_CACHE=1 export __GL_SHADER_DISK_CACHE_SIZE=1073741824