mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-11 11:47:09 +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`
|
||||
popd > /dev/null
|
||||
|
||||
python $FullScriptPath/configure.py "$@"
|
||||
python3 $FullScriptPath/configure.py "$@"
|
||||
|
||||
exit
|
||||
|
|
Loading…
Add table
Reference in a new issue