From 48e77920af9d94cce9efeee9d4a6bfd9db87a416 Mon Sep 17 00:00:00 2001 From: silentrald Date: Mon, 6 Jan 2025 12:25:17 +0800 Subject: [PATCH] [bugfix] allow compat folder create permission for linux flatpak --- electron-builder.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electron-builder.config.js b/electron-builder.config.js index e51608a5..c692c4dc 100644 --- a/electron-builder.config.js +++ b/electron-builder.config.js @@ -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