diff options
Diffstat (limited to 'flatpak/com.fluorine.manager.yml')
| -rw-r--r-- | flatpak/com.fluorine.manager.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flatpak/com.fluorine.manager.yml b/flatpak/com.fluorine.manager.yml index a0e2122..0265b90 100644 --- a/flatpak/com.fluorine.manager.yml +++ b/flatpak/com.fluorine.manager.yml @@ -314,6 +314,12 @@ modules: done rm -f /app/lib/fluorine/plugins/FNIS*.py + # Source-tree Python plugins (rootbuilder, omod installer, etc.). + - | + for f in src/plugins/*.py; do + [ -f "${f}" ] && cp -f "${f}" /app/lib/fluorine/plugins/ + done + # 7z runtime. - | if [ -f _build/src/src/dlls/7z.so ]; then |
