mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Update tg_owt in Dockerfile & snapcraft.yaml
This commit is contained in:
parent
072974216b
commit
d25bd2f481
2 changed files with 2 additions and 2 deletions
|
@ -646,7 +646,7 @@ RUN mkdir tg_owt
|
||||||
WORKDIR tg_owt
|
WORKDIR tg_owt
|
||||||
RUN git init
|
RUN git init
|
||||||
RUN git remote add origin $GIT/desktop-app/tg_owt.git
|
RUN git remote add origin $GIT/desktop-app/tg_owt.git
|
||||||
RUN git fetch --depth=1 origin 60db14acbda90de6d47bc19f59f3c70e9c3e08a3
|
RUN git fetch --depth=1 origin 63a934db1ed212ebf8aaaa20f0010dd7b0d7b396
|
||||||
RUN git reset --hard FETCH_HEAD
|
RUN git reset --hard FETCH_HEAD
|
||||||
RUN git submodule init
|
RUN git submodule init
|
||||||
RUN git submodule update
|
RUN git submodule update
|
||||||
|
|
|
@ -431,7 +431,7 @@ parts:
|
||||||
webrtc:
|
webrtc:
|
||||||
source: https://github.com/desktop-app/tg_owt.git
|
source: https://github.com/desktop-app/tg_owt.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
source-commit: 60db14acbda90de6d47bc19f59f3c70e9c3e08a3
|
source-commit: 63a934db1ed212ebf8aaaa20f0010dd7b0d7b396
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages:
|
build-packages:
|
||||||
- ninja-build
|
- ninja-build
|
||||||
|
|
Loading…
Add table
Reference in a new issue