From 178e6e27fa66f6deb51de349bcaa436bd077fd9a Mon Sep 17 00:00:00 2001 From: HanPrower <1781312+HanPrower@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:37:44 +0100 Subject: [PATCH] Remove CompatTool add from setflatpak function It shouldn't be necessary due to how the Flatpak STL is, and at this point in the setup `$SROOT` doesn't seem to have been set anyway --- steamtinkerlaunch | 1 - 1 file changed, 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index e2a63112..da4a580d 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -26878,7 +26878,6 @@ function setflatpak { if [ -n "$FLATPAK_ID" ] && [ "$FLATPAK_ID" == "com.valvesoftware.Steam" ]; then writelog "INFO" "${FUNCNAME[0]} - seems like flatpak is used, because variable 'FLATPAK_ID' exists and points to 'com.valvesoftware.Steam'" INFLATPAK=1 - CompatTool "add" "$FPBIN/$PROGCMD" else writelog "INFO" "${FUNCNAME[0]} - started $PROGNAME from ${0}" fi