mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-26 15:32:08 +00:00
6ce3f9bb71
- 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
|