mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-16 04:43:54 +02:00
6 lines
114 B
Bash
Executable file
6 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
cd Telegram
|
|
./configure.sh "$@"
|
|
cmake --build ../out --config "${CONFIG:-Release}" --parallel
|