Corrects a mistake in generate-bindings.sh

This commit is contained in:
James Chen 2014-03-10 19:18:55 +08:00
parent 7d3a6c999d
commit 38160ff7d7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PROJECT_ROOT="$DIR/../.."
TOLUA_ROOT="$PROJECT_ROOT/tools/tolua"
AUTO_GENERATED_DIR="$PROJECT_ROOT/cocos/lua-bindings/auto"
AUTO_GENERATED_DIR="$PROJECT_ROOT/cocos/scripting/lua-bindings/auto"
COMMITTAG="[AUTO]: updating luabinding automatically"
ELAPSEDSECS=`date +%s`
COCOS_BRANCH="update_lua_bindings_$ELAPSEDSECS"