mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update tgcalls and tg_owt.
This commit is contained in:
parent
e19af1257c
commit
18a86e500b
6 changed files with 6 additions and 6 deletions
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 4c98c768ca0969cfcebf6da3e585c6760960fe0b
|
Subproject commit 65c8f3cabda3d79bd48265317a430812cdb8bd9f
|
|
@ -738,7 +738,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 56f0e53eaccfaed54c513f8795cc03a25e2a72f8
|
RUN git fetch --depth=1 origin f03ef05abf665437649a4f71886db1343590e862
|
||||||
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
|
||||||
|
|
|
@ -209,7 +209,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
|
|
||||||
git clone https://github.com/desktop-app/tg_owt.git
|
git clone https://github.com/desktop-app/tg_owt.git
|
||||||
cd tg_owt
|
cd tg_owt
|
||||||
git checkout 56f0e53eac
|
git checkout f03ef05abf
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
|
@ -209,7 +209,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
|
|
||||||
git clone https://github.com/desktop-app/tg_owt.git
|
git clone https://github.com/desktop-app/tg_owt.git
|
||||||
cd tg_owt
|
cd tg_owt
|
||||||
git checkout 56f0e53eac
|
git checkout f03ef05abf
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
|
@ -303,7 +303,7 @@ Go to ***BuildPath*** and run
|
||||||
|
|
||||||
git clone https://github.com/desktop-app/tg_owt.git
|
git clone https://github.com/desktop-app/tg_owt.git
|
||||||
cd tg_owt
|
cd tg_owt
|
||||||
git checkout 56f0e53eac
|
git checkout f03ef05abf
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
|
@ -451,7 +451,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: 2410d5f77938e026c63dad14411a9656def0c3a8
|
source-commit: f03ef05abf665437649a4f71886db1343590e862
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages:
|
build-packages:
|
||||||
- yasm
|
- yasm
|
||||||
|
|
Loading…
Add table
Reference in a new issue