tdesktop/Telegram/build/prepare/mac.sh

7 lines
135 B
Bash
Executable file

set -e
FullExecPath=$PWD
pushd `dirname $0` > /dev/null
FullScriptPath=`pwd`
popd > /dev/null
python3 $FullScriptPath/prepare.py "$@"