Jelajahi Sumber

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 tahun lalu
induk
melakukan
43867ce93c
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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"
       ],