From 54443a7a9b137cb6fd13c4b40cdb5c33900ec2b0 Mon Sep 17 00:00:00 2001 From: yinjimmy Date: Tue, 13 Jan 2015 18:41:05 +0800 Subject: [PATCH] add missing runtime/config.json --- templates/lua-template-runtime/runtime/config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/lua-template-runtime/runtime/config.json diff --git a/templates/lua-template-runtime/runtime/config.json b/templates/lua-template-runtime/runtime/config.json new file mode 100644 index 0000000000..6c926c8cb7 --- /dev/null +++ b/templates/lua-template-runtime/runtime/config.json @@ -0,0 +1,6 @@ +{ + "version":"v3-lua-runtime-1.8", + "zip_file_size":"39063553", + "repo_name":"cocos-runtime-bin", + "repo_parent":"https://github.com/chukong/" +}