[bugfix] allow compat folder create permission for linux flatpak

This commit is contained in:
silentrald
2025-01-06 12:25:17 +08:00
parent c7d6bc54e4
commit 48e77920af
+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