diff --git a/steamtinkerlaunch b/steamtinkerlaunch index d15557fe..b66550ad 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -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 @@ -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