mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Use python3 in macOS configure script.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user