Merge pull request #730 from silentrald/bugfix/allow-compat-folder-create-perms

[bugfix] allow compat folder create permission for linux flatpak
This commit is contained in:
MathieuG-P
2025-01-06 15:56:16 +01:00
committed by GitHub
+2
View File
@@ -69,6 +69,8 @@ const config = {
"--filesystem=~/.steam/steam/steamapps:ro", // for the libraryfolders.vdf
"--filesystem=~/.steam/steam/steamapps/common:create", // Steam game folder
"--filesystem=~/.steam/steam/steamapps/common/Beat Saber:create", // For installing mods/maps to original Beat Saber version
// Allow BSManager to create the compat folder if it does not exist
"--filesystem=~/.steam/steam/steamapps/compatdata/620980:create",
// Allow communication with network
"--share=network",
// System notifications with libnotify