Fix shaders directory

This commit is contained in:
the-sane 2021-01-16 14:04:36 -05:00 committed by GitHub
parent 41210bfd1c
commit 8e6fe1225d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -679,7 +679,7 @@ rm_shaders() {
return 0
fi
shaders_dir="$user_dir/Shaders"
shaders_dir="$user_dir/shaders"
# Sanity check
if [ ! -d "$shaders_dir" ]; then