mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 05:07:10 +02:00
fix: update building-linux.md
Related by changing the Docker image repository
This commit is contained in:
parent
f4ceb342b7
commit
efa4c2ce77
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Go to ***BuildPath*/tdesktop** and run
|
|||
|
||||
docker run --rm -it \
|
||||
-v "$PWD:/usr/src/tdesktop" \
|
||||
tdesktop:centos_env \
|
||||
ghcr.io/telegramdesktop/tdesktop/centos_env:latest \
|
||||
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
|
||||
-D TDESKTOP_API_ID=2040 \
|
||||
-D TDESKTOP_API_HASH=b18441a1ff607e10a989891a5462e627
|
||||
|
@ -27,7 +27,7 @@ Or, to create a debug build, run
|
|||
docker run --rm -it \
|
||||
-v "$PWD:/usr/src/tdesktop" \
|
||||
-e CONFIG=Debug \
|
||||
tdesktop:centos_env \
|
||||
ghcr.io/telegramdesktop/tdesktop/centos_env:latest \
|
||||
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
|
||||
-D TDESKTOP_API_ID=2040 \
|
||||
-D TDESKTOP_API_HASH=b18441a1ff607e10a989891a5462e627
|
||||
|
|
Loading…
Add table
Reference in a new issue