Skip to content

Commit

Permalink
update Steam msg
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed May 14, 2024
1 parent c6e7522 commit 37a5b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __frzr-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,10 @@ main() {
fi

if [ $FRZR_CHECK_UPDATE -eq 1 ]; then
echo "Update available: ${NAME}"
if [[ -n $FALLBACK_URL ]]; then
echo " (with fallback)"
fallback_msg="(with fallback)"
fi
echo "${NAME} ${fallback_msg}"
exit 0 # let Steam know there is an update available
fi

Expand Down

0 comments on commit 37a5b3f

Please sign in to comment.