Skip to content

Commit

Permalink
feat(review): changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Mar 18, 2024
1 parent 7f2cd5d commit 8b3c8a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,8 @@ function setSteamPath {
}

function setSteamPaths {
if [ ! -x "$(command -v "steam")" ]; then
echo "ERROR" "${FUNCNAME[0]} - Steam not found"
if [ ! -x "$(command -v "steam")" ] && [ "$INFLATPAK" -eq 0 ]; then
echo "ERROR" "Steam not found"
writelog "ERROR" "${FUNCNAME[0]} - Steam not found"
exit 0
fi
Expand Down Expand Up @@ -18251,7 +18251,7 @@ function checkIntDeps {
fi

if [ ! "$YAD" ]; then
writelog "ERROR" "${FUNCNAME[0]} - Could not find yad" "E"
writelog "ERROR" "${FUNCNAME[0]} - Could not find yad"
exit 0
fi

Expand Down

0 comments on commit 8b3c8a2

Please sign in to comment.