mirror of https://github.com/axmolengine/axmol.git
25 lines
469 B
JSON
25 lines
469 B
JSON
|
{
|
||
|
"copy_resources": [
|
||
|
{
|
||
|
"from": "../../../src",
|
||
|
"to": "src"
|
||
|
},
|
||
|
{
|
||
|
"from": "../../../res",
|
||
|
"to": "res"
|
||
|
},
|
||
|
{
|
||
|
"from": "../../../main.js",
|
||
|
"to": ""
|
||
|
},
|
||
|
{
|
||
|
"from": "../../../project.json",
|
||
|
"to": ""
|
||
|
},
|
||
|
{
|
||
|
"from": "../../js-bindings/bindings/script",
|
||
|
"to": "script"
|
||
|
}
|
||
|
]
|
||
|
}
|