kevinlekiller / reshade-steam-proton

Easy setup and updating of ReShade on Linux for games using wine or proton.
GNU General Public License v2.0
361 stars 19 forks source link

Cannot cd into reshade_shaders folder #8

Closed Ranguna closed 2 years ago

Ranguna commented 2 years ago
  1. copied the script from https://github.com/kevinlekiller/reshade-steam-proton/blob/main/reshade-linux.sh
  2. Placed it in my home folder
  3. Changed permissions to execute it
  4. executed it and was greeted with the following:

./reshade-linux.sh: line 298: cd: $HOME/.reshade/ReShade_shaders: No such file or directory

Adding mkdir -p $HOME/.reshade/ReShade_shaders above the commands that attempt to cd into into seems to have fixed it.

Is there any particular reason to omit this mkdir command ? If it was just missed, I can do a quick PR.

Ranguna commented 2 years ago

Created PR :+1:

kevinlekiller commented 2 years ago

Thanks, I probably manually created the dir so never ran into the issue.