1
0
mirror of https://github.com/the-sane/lug-helper.git synced 2025-07-04 03:43:37 +00:00

Fix backwards compatibility with old shaders directories

This commit is contained in:
the Sane.
2024-08-15 19:52:53 -04:00
committed by GitHub
parent 57f4950764
commit 57732f3d45

@ -145,6 +145,7 @@ appdata_path="drive_c/users/$USER/AppData/Local/Star Citizen"
# The shaders subdirectory name # The shaders subdirectory name
shaders_subdirs=( shaders_subdirs=(
"shaders"
"Shaders" "Shaders"
"VulkanShaderCache" "VulkanShaderCache"
) )