mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-10-14 17:47:26 +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
|
# 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
|
# 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
|
# 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
|
if [ -d /var/sdcard/Steam ]; then
|
||||||
mkdir -vp /var/sdcard/Steam/Library
|
mkdir -vp /var/sdcard/Steam/Library
|
||||||
flatpak override com.valvesoftware.Steam --filesystem=/var/sdcard/Steam:rw $@
|
flatpak override com.valvesoftware.Steam --filesystem=/var/sdcard/Steam:rw $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user