diff options
Diffstat (limited to 'flatpak/com.fluorine.manager.yml')
| -rw-r--r-- | flatpak/com.fluorine.manager.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/flatpak/com.fluorine.manager.yml b/flatpak/com.fluorine.manager.yml index 0265b90..834d8e9 100644 --- a/flatpak/com.fluorine.manager.yml +++ b/flatpak/com.fluorine.manager.yml @@ -13,7 +13,9 @@ finish-args: - --socket=wayland - --device=all - --filesystem=home - - --filesystem=/run/media:ro + - --filesystem=/mnt + - --filesystem=/media + - --filesystem=/run/media - --filesystem=~/.steam:ro - --filesystem=~/.local/share/Steam - --filesystem=~/.var/app/com.valvesoftware.Steam:ro @@ -292,6 +294,7 @@ modules: find _build/libs -type f \( \ -name "libgame_*.so" -o \ -name "libinstaller_*.so" -o \ + -name "libfomod_plus_*.so" -o \ -name "libpreview_*.so" -o \ -name "libdiagnose_*.so" -o \ -name "libcheck_*.so" -o \ @@ -305,7 +308,7 @@ modules: # Python plugin payload. - | - for f in libplugin_python.so lzokay.py winreg.py pyCfg.py \ + for f in libplugin_python.so lzokay.py winreg.py \ DDSPreview.py Form43Checker.py ScriptExtenderPluginChecker.py; do [ -f "_build/src/src/plugins/${f}" ] && cp -f "_build/src/src/plugins/${f}" /app/lib/fluorine/plugins/ done @@ -320,6 +323,9 @@ modules: [ -f "${f}" ] && cp -f "${f}" /app/lib/fluorine/plugins/ done + # Stylesheets / themes. + - cp -a src/src/stylesheets /app/lib/fluorine/stylesheets + # 7z runtime. - | if [ -f _build/src/src/dlls/7z.so ]; then |
