Skip to content

Commit

Permalink
Fix tool script cocos
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Apr 25, 2021
1 parent dff3aff commit ce6117f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cocos2d-console/bin/cocos
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if hash python2 2>/dev/null; then
else
if hash python 2>/dev/null; then
VERSION="python --version"
PYTHON=python
else
echo "Python 2+ required."
exit 1
Expand Down

0 comments on commit ce6117f

Please sign in to comment.