mirror of https://github.com/axmolengine/axmol.git
19 lines
317 B
JSON
19 lines
317 B
JSON
|
{
|
||
|
"copy_resources": [
|
||
|
{
|
||
|
"from": "../../../src",
|
||
|
"to": "src"
|
||
|
},
|
||
|
{
|
||
|
"from": "../../../res",
|
||
|
"to": "res"
|
||
|
},
|
||
|
{
|
||
|
"from": "../../../config.json",
|
||
|
"to": ""
|
||
|
}
|
||
|
],
|
||
|
"must_copy_resources": [
|
||
|
]
|
||
|
}
|