소스 검색

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": [
       "sources": [
         {
         {
-          "type": "git",
-          "url": "https://github.com/obsproject/obs-studio.git"
+          "type": "dir",
+          "path": "../../"
         }
         }
       ]
       ]
     }
     }