diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index d18811174..b15ba6c5a 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -19,6 +19,16 @@ "--own-name=org.kde.StatusNotifierItem-2-2", "--system-talk-name=org.freedesktop.Avahi" ], + "add-extensions": { + "com.obsproject.Studio.Plugin": { + "directory": "plugins", + "subdirectories": true, + "add-ld-path": "lib", + "merge-dirs": "lib/obs-plugins;share/obs/obs-plugins", + "no-autodownload": true, + "autodelete": true + } + }, "cleanup": [ "/lib/pkgconfig", "/share/man", @@ -269,6 +279,9 @@ "-DYOUTUBE_SECRET=$YOUTUBE_SECRET", "-DYOUTUBE_SECRET_HASH=$YOUTUBE_SECRET_HASH" ], + "post-install": [ + "install -d /app/plugins" + ], "sources": [ { "type": "dir",