mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
fix: update building-linux.md
Related by changing the Docker image repository
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user