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