From a0506f009af4281710b6e6add721e9425c5bd75a Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 26 May 2021 18:35:25 +0400 Subject: [PATCH] Update tg_owt revision. --- Telegram/build/docker/centos_env/Dockerfile | 2 +- docs/building-msvc-x64.md | 2 +- docs/building-msvc.md | 2 +- docs/building-xcode.md | 2 +- snap/snapcraft.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index bc3de9d431..62316419b2 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -738,7 +738,7 @@ RUN mkdir tg_owt WORKDIR tg_owt RUN git init RUN git remote add origin $GIT/desktop-app/tg_owt.git -RUN git fetch --depth=1 origin 792baa1e9f41da441abb6bdb09b3809551ffdcf0 +RUN git fetch --depth=1 origin 56f0e53eaccfaed54c513f8795cc03a25e2a72f8 RUN git reset --hard FETCH_HEAD RUN git submodule init RUN git submodule update diff --git a/docs/building-msvc-x64.md b/docs/building-msvc-x64.md index b6e82f95d7..9460e715b1 100644 --- a/docs/building-msvc-x64.md +++ b/docs/building-msvc-x64.md @@ -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 cd tg_owt - git checkout 792baa1e9f + git checkout 56f0e53eac git submodule init git submodule update mkdir out diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 734b4c7cae..686414308a 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -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 cd tg_owt - git checkout 792baa1e9f + git checkout 56f0e53eac git submodule init git submodule update mkdir out diff --git a/docs/building-xcode.md b/docs/building-xcode.md index 76431eb4ad..a7b0ae3b0f 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -303,7 +303,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/tg_owt.git cd tg_owt - git checkout 792baa1e9f + git checkout 56f0e53eac git submodule init git submodule update mkdir out diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ab2442145c..86cdc8f4ae 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -424,7 +424,7 @@ parts: webrtc: source: https://github.com/desktop-app/tg_owt.git source-depth: 1 - source-commit: 792baa1e9f41da441abb6bdb09b3809551ffdcf0 + source-commit: 56f0e53eaccfaed54c513f8795cc03a25e2a72f8 plugin: cmake build-packages: - yasm