Merge tag 'v5.0.2' into dev

# Conflicts:
#	Telegram/Resources/winrc/Telegram.rc
#	Telegram/Resources/winrc/Updater.rc
#	Telegram/SourceFiles/core/version.h
#	Telegram/lib_ui
#	snap/snapcraft.yaml
This commit is contained in:
AlexeyZavar
2024-05-25 02:25:40 +03:00
104 changed files with 1362 additions and 367 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ Install [poetry](https://python-poetry.org), go to ***BuildPath*** and run
Go to ***BuildPath*/tdesktop** and run
docker run --rm -it \
-v $PWD:/usr/src/tdesktop \
-v "$PWD:/usr/src/tdesktop" \
tdesktop:centos_env \
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
-D TDESKTOP_API_ID=2040 \
@@ -25,7 +25,7 @@ Go to ***BuildPath*/tdesktop** and run
Or, to create a debug build, run
docker run --rm -it \
-v $PWD:/usr/src/tdesktop \
-v "$PWD:/usr/src/tdesktop" \
-e CONFIG=Debug \
tdesktop:centos_env \
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \