We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e9c5d commit 2e4ef09Copy full SHA for 2e4ef09
electron-builder.config.js
@@ -64,6 +64,7 @@ const config = {
64
"--filesystem=~/BSManager:create", // Default BSManager installation folder
65
"--filesystem=~/.steam/steam/steamapps:ro", // for the libraryfolders.vdf
66
"--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
68
// Allow communication with network
69
"--share=network",
70
// System notifications with libnotify
0 commit comments