diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 067752bd..35c698e1 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -26204,7 +26204,7 @@ function checkSteamDeckLastVers { function updateSteamDeckLastVers { # This function updates the 'lastvers' file after a dependency update if there was a version change - if [ "$( checkSteamDeckSTLUpdated )" -eq 0 ]; then + if [ "$( checkSteamDeckSTLUpdated )" -eq 1 ]; then echo "$PROGVERS" > "$STLSTEAMDECKLASTVERS" fi }