mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-10 09:07:38 +00:00
- Fix a freeze in audio playback on Linux. - Fix a crash in screen sharing initialization on Linux.
10 lines
126 B
Bash
Executable File
10 lines
126 B
Bash
Executable File
set -e
|
|
|
|
pushd `dirname $0` > /dev/null
|
|
FullScriptPath=`pwd`
|
|
popd > /dev/null
|
|
|
|
python3 $FullScriptPath/set_version.py $1
|
|
|
|
exit
|