kevinlekiller / reshade-steam-proton

Easy setup and updating of ReShade on Linux for games using wine or proton.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot cd into reshade_shaders folder

Ranguna opened this issue · comments

  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.

Created PR 👍

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