mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Use python3 in macOS configure script.
This commit is contained in:
parent
46f9bdd701
commit
1ba2bdab21
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ pushd `dirname $0` > /dev/null
|
||||||
FullScriptPath=`pwd`
|
FullScriptPath=`pwd`
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
python $FullScriptPath/configure.py "$@"
|
python3 $FullScriptPath/configure.py "$@"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Add table
Reference in a new issue