diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 9e847b78..98b64588 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7,7 +7,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20240821-1 (rermove-protonupqt-version-file)" +PROGVERS="v14.0.20240821-2 (rermove-protonupqt-version-file)" PROGCMD="${0##*/}" PROGINTERNALPROTNAME="Proton-stl" SHOSTL="stl" @@ -22176,7 +22176,7 @@ function CompatTool { rm "$SCTS/$PROGCMD" 2>/dev/null # *.vdf is usually 'compatibilitytool.vdf', *.txt is usually 'VERSION.txt' created by ProtonUp-Qt - find "$SCTS" -maxdepth 1 -type f -name "*.vdf" -name "*.txt" -exec rm {} \; + find "$SCTS" -maxdepth 1 -type f \( -name "*.vdf" -o -name "*.txt" \) -exec rm {} \; rmdir "$SCTS" if [ ! -d "$SCTS" ]; then writelog "INFO" "${FUNCNAME[0]} - Removed '$SCTS' successfully" "E"