mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 08:03:45 +08:00
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd Telegram
|
|
./configure.sh "$@"
|
|
cmake --build ../out --config "${CONFIG:-Release}"
|