Skip to content

Commit

Permalink
ReShade: Actually keep ReShade INI in removeReShadeSpecialKInstallation
Browse files Browse the repository at this point in the history
May fix #1071.
  • Loading branch information
sonic2kk committed Mar 20, 2024
1 parent c9a8ed9 commit f691c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20240320-1"
PROGVERS="v14.0.20240320-2"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -9704,7 +9704,7 @@ function removeReShadeSpecialKInstallation {
done

# INI file
if [ "$KEEPRESHADEINI" -eq 1 ]; then
if [ "$KEEPRESHADEINI" -eq 0 ]; then
rmFileIfExists "$INSTDESTDIR/$RSINI"
fi
}
Expand Down

0 comments on commit f691c55

Please sign in to comment.