mirror of https://github.com/axmolengine/axmol.git
24 lines
466 B
JSON
24 lines
466 B
JSON
|
{
|
||
|
"copy_resources": [
|
||
|
{
|
||
|
"from": "../../src",
|
||
|
"to": "src"
|
||
|
},
|
||
|
{
|
||
|
"from": "../../res",
|
||
|
"to": "res"
|
||
|
},
|
||
|
{
|
||
|
"from": "../../../../cocos/scripting/lua-bindings/script",
|
||
|
"to": ""
|
||
|
},
|
||
|
{
|
||
|
"from": "../../../../external/lua/luasocket",
|
||
|
"to": "",
|
||
|
"include": [
|
||
|
"*.lua"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|