mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-24 23:42:58 +00:00
10 lines
125 B
Bash
Executable File
10 lines
125 B
Bash
Executable File
set -e
|
|
|
|
pushd `dirname $0` > /dev/null
|
|
FullScriptPath=`pwd`
|
|
popd > /dev/null
|
|
|
|
python $FullScriptPath/set_version.py $1
|
|
|
|
exit
|