From 7d2aed773d202430532a436b6b108dfc3e9ecb1b Mon Sep 17 00:00:00 2001 From: James Chen Date: Wed, 7 May 2014 17:25:42 +0800 Subject: [PATCH] Adds 'zip_file_size' section in 'external/config.json' --- external/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/config.json b/external/config.json index fa02c93843..8b90851691 100644 --- a/external/config.json +++ b/external/config.json @@ -1,5 +1,6 @@ { "current_libs_version":"v3-deps-1", "repo_name":"cocos2d-x-3rd-party-libs-bin", - "repo_parent":"https://github.com/cocos2d/" + "repo_parent":"https://github.com/cocos2d/", + "zip_file_size":"57132771" }