mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix] allow compat folder create permission for linux flatpak
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user