File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ if $INSTALL ; then
269
269
270
270
if [[ -d " $SCRIPT_DIR /.git" ]]; then
271
271
# If this is a git repo, make sure that the Chipmunk submodule is checked out and current.
272
- git submodule update
272
+ git submodule update 1>> " ${ERROR_LOG} " 2>> " ${ERROR_LOG} "
273
273
check_status
274
274
elif [[ ! -d " $SCRIPT_DIR /external/Chipmunk" ]]; then
275
275
# Not a git repo, download Chipmunk files.
@@ -279,7 +279,7 @@ if $INSTALL ; then
279
279
check_status
280
280
281
281
echo -n " ."
282
- curl -L -# " https://github.com/slembcke/Chipmunk2D/archive/master .zip" -o " $DOWNLOAD_DIR /Chipmunk_tarball.zip" 1> /dev/null 2>> " ${ERROR_LOG} "
282
+ curl -L -# " https://github.com/slembcke/Chipmunk2D/archive/Cocos2D-3.0 .zip" -o " $DOWNLOAD_DIR /Chipmunk_tarball.zip" 1> /dev/null 2>> " ${ERROR_LOG} "
283
283
check_status
284
284
echo -n " ."
285
285
if [[ ! -d " ${DOWNLOAD_DIR} /Chipmunk/" ]]; then
Original file line number Diff line number Diff line change 22
22
23
23
# Tar / Gzip Cocos2D Repositry
24
24
echo " ${BOLD} >>> Creating Cocos2D Archive. ${COLOREND} "
25
- tar -C ../. --exclude=' .git' --exclude=' installer' -zcf install.tar.gz .
25
+ tar -C ../. --exclude=' .git' --exclude=' installer' --exclude= ' build ' --exclude= ' DerivedData ' --exclude= ' api-docs ' - zcf install.tar.gz .
26
26
27
27
# Create Installer
28
28
echo " ${BOLD} >>> Building $INSTALL_TARGET_APP Installer Application. ${COLOREND} "
You can’t perform that action at this time.
0 commit comments