[flatpak] Updated Flatpak manifest to allow reading mounted disks/ISOs

This commit is contained in:
Brenden Davidson 2025-06-22 16:17:45 -05:00
parent 7c679ce54b
commit ff098d2c23
3 changed files with 7 additions and 3 deletions

1
.gitattributes vendored
View File

@ -8,3 +8,4 @@
**/*.ico binary **/*.ico binary
**/*.png binary **/*.png binary
**/*.svg text eol=lf **/*.svg text eol=lf
**/*.desktop text eol=lf

View File

@ -15,9 +15,9 @@ Exec=isle
Actions=play;configure Actions=play;configure
[Desktop Action play] [Desktop Action play]
Name=play Name=Play Game
Exec=isle Exec=isle
[Desktop Action configure] [Desktop Action configure]
Name=Configure Name=Configure Settings
Exec=config Exec=config

View File

@ -13,7 +13,10 @@
"--socket=fallback-x11", "--socket=fallback-x11",
"--socket=pulseaudio", "--socket=pulseaudio",
"--device=dri", "--device=dri",
"--device=input" "--device=input",
"--filesystem=/run/media/:ro",
"--filesystem=/media/:ro",
"--filesystem=/mnt/:ro"
], ],
"modules": [ "modules": [