Skip to content

Commit

Permalink
Beta version 5.1.8: Update tg_owt on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 15, 2024
1 parent f37d056 commit 90068f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
RUN git init tg_owt \
&& cd tg_owt \
&& git remote add origin {{ GIT }}/desktop-app/tg_owt.git \
&& git fetch --depth=1 origin afd9d5d31798d3eacf9ed6c30601e91d0f1e4d60 \
&& git fetch --depth=1 origin c9cc4390ab951f2cbc103ff783a11f398b27660b \
&& git reset --hard FETCH_HEAD \
&& git submodule update --init --recursive --depth=1 \
&& rm -rf .git \
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ parts:
patches:
source: https://github.com/desktop-app/patches.git
source-depth: 1
source-commit: 803f1c2630f5eb0d3b00ba3f095b3079c0533156
source-commit: 8639205c2095a3f015449f8995fbfe16405218b8
plugin: dump
override-pull: |
craftctl default
Expand Down Expand Up @@ -434,7 +434,7 @@ parts:
webrtc:
source: https://github.com/desktop-app/tg_owt.git
source-depth: 1
source-commit: 3bb3d757681e6cc5135aec6529a753dc3dcdcfb9
source-commit: c9cc4390ab951f2cbc103ff783a11f398b27660b
plugin: cmake
build-environment:
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
Expand Down

0 comments on commit 90068f6

Please sign in to comment.