Skip to content

Commit 8962731

Browse files
Fix flatpak permissions
1 parent ec80ee5 commit 8962731

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

flatpak/io.github.hedge_dev.hedgemodmanager-autobuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ command: HedgeModManager.UI
1414
finish-args:
1515
- --socket=x11
1616
# UnleashedRecomp permissions
17-
- --filesystem=~/.config/UnleashedRecomp:create
17+
- --filesystem=~/.config/UnleashedRecomp
1818
- --filesystem=~/.local/share/applications/UnleashedRecomp.desktop:ro
1919
# Create permissions are required for accessing the mod loader, game and for patching game prefixes
2020
# Steam permissions
21-
- --filesystem=~/.steam/steam/steamapps:create
22-
- --filesystem=~/.local/share/Steam/steamapps:create
23-
- --filesystem=~/.var/app/com.valvesoftware.Steam/.steam/steam/steamapps:create
21+
- --filesystem=~/.steam/steam/steamapps
22+
- --filesystem=~/.local/share/Steam/steamapps
23+
- --filesystem=~/.var/app/com.valvesoftware.Steam/.steam/steam/steamapps
2424
# Heroic permissions
2525
- --filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig:ro
2626
- --filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic/legendaryConfig/legendary:ro
27-
- --filesystem=~/Games/Heroic:create
27+
- --filesystem=~/Games/Heroic
2828
# Common locations for game and mod files
2929
- --filesystem=/media
3030
- --filesystem=/run/media

flatpak/io.github.hedge_dev.hedgemodmanager.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ command: HedgeModManager.UI
1414
finish-args:
1515
- --socket=x11
1616
# UnleashedRecomp permissions
17-
- --filesystem=~/.config/UnleashedRecomp:create
17+
- --filesystem=~/.config/UnleashedRecomp
1818
- --filesystem=~/.local/share/applications/UnleashedRecomp.desktop:ro
1919
# Create permissions are required for accessing the mod loader, game and for patching game prefixes
2020
# Steam permissions
21-
- --filesystem=~/.steam/steam/steamapps:create
22-
- --filesystem=~/.local/share/Steam/steamapps:create
23-
- --filesystem=~/.var/app/com.valvesoftware.Steam/.steam/steam/steamapps:create
21+
- --filesystem=~/.steam/steam/steamapps
22+
- --filesystem=~/.local/share/Steam/steamapps
23+
- --filesystem=~/.var/app/com.valvesoftware.Steam/.steam/steam/steamapps
2424
# Heroic permissions
2525
- --filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic/GamesConfig:ro
2626
- --filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic/legendaryConfig/legendary:ro
27-
- --filesystem=~/Games/Heroic:create
27+
- --filesystem=~/Games/Heroic
2828
# Common locations for game and mod files
2929
- --filesystem=/media
3030
- --filesystem=/run/media

0 commit comments

Comments
 (0)