mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
- Fix a freeze in audio playback on Linux. - Fix a crash in screen sharing initialization on Linux.
9 lines
126 B
Bash
Executable file
9 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
|