We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340606c commit ac1e2f4Copy full SHA for ac1e2f4
steamtinkerlaunch
@@ -26725,7 +26725,7 @@ function checkSteamDeckLastVers {
26725
26726
function updateSteamDeckLastVers {
26727
# This function updates the 'lastvers' file after a dependency update if there was a version change
26728
- if [ "$( checkSteamDeckSTLUpdated )" -eq 1 ]; then
+ if checkSteamDeckSTLUpdated; then
26729
echo "$PROGVERS" > "$STLSTEAMDECKLASTVERS"
26730
fi
26731
}
0 commit comments