mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-29 12:22:20 +00:00
chore: Add local steam folder perms to flatpak protontricks
This commit is contained in:
parent
8d1186590d
commit
b072d6672f
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# SCRIPT VERSION
|
||||
VER=23
|
||||
VER=24
|
||||
VER_FILE="/etc/bazzite/flatpak_manager_version"
|
||||
VER_RAN=$(cat $VER_FILE)
|
||||
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
|
||||
@ -67,6 +67,7 @@ flatpak override \
|
||||
|
||||
# Fix permissions for Protontricks
|
||||
flatpak override \
|
||||
--filesystem=~/.local/share/Steam \
|
||||
--filesystem=/var/mnt \
|
||||
--filesystem=/run/media \
|
||||
com.github.Matoking.protontricks
|
||||
|
Loading…
Reference in New Issue
Block a user