Skip to content

Commit 859f543

Browse files
committed
Mount Steam app in bwrap container
Let's try to be proactive and also mount the Steam app explicitly to prevent issues with users installing Steam apps in weird places.
1 parent c2f5db2 commit 859f543

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/protontricks/data/scripts/bwrap_launcher.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ BLACKLISTED_ROOT_DIRS=(
3636

3737
ADDITIONAL_MOUNT_DIRS=(
3838
/run/media "$PROTON_PATH" "$WINEPREFIX" "$STEAM_RUNTIME_PATH"
39+
"$STEAM_APP_PATH"
3940
)
4041

4142
mount_dirs=()

0 commit comments

Comments
 (0)