浏览代码

flatpak: Use current tree for building OBS

We always want to build the current build tree, not the upstream
repository.
Bilal Elmoussaoui 4 年之前
父节点
当前提交
916d6d4bf2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      CI/flatpak/com.obsproject.Studio.json

+ 2 - 2
CI/flatpak/com.obsproject.Studio.json

@@ -235,8 +235,8 @@
       ],
       "sources": [
         {
-          "type": "git",
-          "url": "https://github.com/obsproject/obs-studio.git"
+          "type": "dir",
+          "path": "../../"
         }
       ]
     }