Skip to content

Commit

Permalink
Remove CompatTool add from setflatpak function
Browse files Browse the repository at this point in the history
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
  • Loading branch information
HanPrower committed Aug 28, 2024
1 parent 8756dc8 commit 178e6e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 178e6e2

Please sign in to comment.