mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-25 10:44:41 +02:00
9 lines
125 B
Bash
Executable file
9 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
|