From f2b243dff5f77f925349bb4daec192eb1aea5879 Mon Sep 17 00:00:00 2001 From: cw Date: Tue, 27 May 2014 18:21:54 +0800 Subject: [PATCH] fixed win no log --- .../frameworks/runtime-src/proj.win32/build-cfg.json | 4 ++++ templates/lua-template-runtime/runtime/config.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/lua-template-runtime/frameworks/runtime-src/proj.win32/build-cfg.json b/templates/lua-template-runtime/frameworks/runtime-src/proj.win32/build-cfg.json index 37fecf9b02..4763bcf7e7 100644 --- a/templates/lua-template-runtime/frameworks/runtime-src/proj.win32/build-cfg.json +++ b/templates/lua-template-runtime/frameworks/runtime-src/proj.win32/build-cfg.json @@ -14,6 +14,10 @@ } ], "must_copy_resources": [ + { + "from": "../../../runtime/rtres", + "to": "rtres" + }, { "from": "../../cocos2d-x/cocos/scripting/lua-bindings/script", "to": "" diff --git a/templates/lua-template-runtime/runtime/config.json b/templates/lua-template-runtime/runtime/config.json index e0413f8008..8a77b47f54 100644 --- a/templates/lua-template-runtime/runtime/config.json +++ b/templates/lua-template-runtime/runtime/config.json @@ -1,6 +1,6 @@ { - "version":"v3-lua-runtime-1.1.2", - "zip_file_size":"21402175", + "version":"v3-lua-runtime-1.1.3", + "zip_file_size":"21522933", "repo_name":"cocos-runtime-bin", "repo_parent":"https://github.com/chukong/" }