mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-07-30 10:37:22 +02:00
flatpak-workarounds: allow Steam to create ~/.xlcore
This commit is contained in:
parent
399fcf36d9
commit
3ebc211d30
@ -125,6 +125,7 @@ flatpak override com.heroicgameslauncher.hgl --filesystem=~/SteamLibrary:create
|
||||
# free space based on top level directory so it has to be a subdirectory
|
||||
# and while the mount point may be /var/sdcard I don't want to give it
|
||||
# access to root directory in case it denied that for security
|
||||
flatpak override com.valvesoftware.Steam --filesystem=~/.xlcore:create $@
|
||||
if [ -d /var/sdcard/Steam ]; then
|
||||
mkdir -vp /var/sdcard/Steam/Library
|
||||
flatpak override com.valvesoftware.Steam --filesystem=/var/sdcard/Steam:rw $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user