Skip to content

Commit

Permalink
Fix updateSteamDeckLastVers
Browse files Browse the repository at this point in the history
Co-authored-by:  Eamonn Rea <eamonnrea@gmail.com>
  • Loading branch information
AtomHare and sonic2kk committed Jun 23, 2024
1 parent daf24cc commit 1435f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -26217,7 +26217,7 @@ function checkSteamDeckLastVers {

function updateSteamDeckLastVers {
# This function updates the 'lastvers' file after a dependency update if there was a version change
if [ "$( checkSteamDeckSTLUpdated )" -eq 1 ]; then
if checkSteamDeckSTLUpdated; then
echo "$PROGVERS" > "$STLSTEAMDECKLASTVERS"
fi
}
Expand Down

0 comments on commit 1435f06

Please sign in to comment.