Add flatpak filesystem override

This commit is contained in:
Furglitch
2025-11-03 16:52:06 -06:00
parent 60f1da78f3
commit 02b4ddc1d4

View File

@@ -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