mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Beta version 5.1.8: Update tg_owt on Linux.
This commit is contained in:
parent
f37d056c14
commit
90068f6261
2 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue