Skip to content

Commit 2e4ef09

Browse files
committed
[bugfix-627] added original Beat Saber location in flatpak permissions
1 parent 53e9c5d commit 2e4ef09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electron-builder.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const config = {
6464
"--filesystem=~/BSManager:create", // Default BSManager installation folder
6565
"--filesystem=~/.steam/steam/steamapps:ro", // for the libraryfolders.vdf
6666
"--filesystem=~/.steam/steam/steamapps/common:ro", // Steam game folder
67+
"--filesystem=~/.steam/steam/steamapps/common/Beat Saber:create", // For installing mods/maps to original Beat Saber version
6768
// Allow communication with network
6869
"--share=network",
6970
// System notifications with libnotify

0 commit comments

Comments
 (0)