浏览代码

flatpak: Install CMake config files

CMake config files are required for building OBS plugins with the
Flatpak as a runtime.

Add a post-install command that installs the `obs_libraries`
component, which provides the config files.
Romain Vigier 3 年之前
父节点
当前提交
43867ce93c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      CI/flatpak/com.obsproject.Studio.json

+ 1 - 0
CI/flatpak/com.obsproject.Studio.json

@@ -444,6 +444,7 @@
         "-DYOUTUBE_SECRET_HASH=$YOUTUBE_SECRET_HASH"
       ],
       "post-install": [
+        "cmake --install . --component obs_libraries",
         "install -d /app/plugins",
         "install -d /app/extensions/Plugins"
       ],