From 0768b06ac42b32c42fed39ea0eb90161d05296e2 Mon Sep 17 00:00:00 2001 From: Alexandru Pintican Date: Thu, 20 Oct 2022 05:34:21 +0000 Subject: [PATCH] Add ro access to legendary folder (#257) * Add rw access to legendary folder Add missing rw access in order to detect heroic / legendary games using user binary heroic launcher. * Change legendary folder access level to read-only --- flatpak/io.github.philipk.boilr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/flatpak/io.github.philipk.boilr.yml b/flatpak/io.github.philipk.boilr.yml index 900fa34..0b6aff0 100644 --- a/flatpak/io.github.philipk.boilr.yml +++ b/flatpak/io.github.philipk.boilr.yml @@ -14,6 +14,7 @@ build-options: command: boilr finish-args: + - --filesystem=~/.config/legendary:ro # Legendary - --filesystem=xdg-data/Steam:rw - --filesystem=~/.steam:rw # Steam (Non-flatpak) - --filesystem=~/.var/app/com.valvesoftware.Steam:rw # Steam (Flatpak)