From 57732f3d459c729feb71f5d6a21817ae4cf99b0a Mon Sep 17 00:00:00 2001 From: "the Sane." <3657071+the-sane@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:52:53 -0400 Subject: [PATCH] Fix backwards compatibility with old shaders directories --- lug-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lug-helper.sh b/lug-helper.sh index 0553b4a..7bc0cda 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -145,6 +145,7 @@ appdata_path="drive_c/users/$USER/AppData/Local/Star Citizen" # The shaders subdirectory name shaders_subdirs=( + "shaders" "Shaders" "VulkanShaderCache" )