From 02b4ddc1d40be65dcf2aa4e8d6e9f4951622d107 Mon Sep 17 00:00:00 2001 From: Furglitch Date: Mon, 3 Nov 2025 16:52:06 -0600 Subject: [PATCH] Add flatpak filesystem override --- step/apply_workarounds.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/step/apply_workarounds.sh b/step/apply_workarounds.sh index e35239b..bccd785 100644 --- a/step/apply_workarounds.sh +++ b/step/apply_workarounds.sh @@ -11,3 +11,8 @@ if [ -f "$game_workarounds" ]; then source "$game_workarounds" fi +# Adds access to installation directory for Steam flatpak sandbox +if [ "$("$utils/protontricks.sh" get-release)" == "flatpak" ]; then + log_info "running flatpak-specific workarounds" + flatpak override --user --filesystem="$install_dir" com.valvesoftware.Steam +fi \ No newline at end of file