From 8b3c8a22961ed55cbbd8c6b52e7efb7c28ca02cc Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Mon, 18 Mar 2024 18:22:41 +0100 Subject: [PATCH] feat(review): changes --- steamtinkerlaunch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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