mirror of https://github.com/axmolengine/axmol.git
Merge pull request #32 from chuanweizhang2013/v3luaruntime
fixed config template
This commit is contained in:
commit
bbf0ded6f8
|
@ -40,21 +40,6 @@
|
||||||
"*.lua"
|
"*.lua"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"from": "templates/lua-template-runtime/runtime/rtres",
|
|
||||||
"to": "runtime/mac/PrebuiltRuntimeLua.app/Contents/Resources/rtres",
|
|
||||||
"exclude": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "templates/lua-template-runtime/runtime/rtres",
|
|
||||||
"to": "runtime/ios/PrebuiltRuntimeLua.app/rtres",
|
|
||||||
"exclude": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "templates/lua-template-runtime/runtime/rtres",
|
|
||||||
"to": "runtime/win32/rtres",
|
|
||||||
"exclude": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"from": "cocos/scripting/lua-bindings/script",
|
"from": "cocos/scripting/lua-bindings/script",
|
||||||
"to": "runtime/mac/PrebuiltRuntimeLua.app/Contents/Resources",
|
"to": "runtime/mac/PrebuiltRuntimeLua.app/Contents/Resources",
|
||||||
|
|
Loading…
Reference in New Issue