mirror of https://github.com/axmolengine/axmol.git
copy resources in android
This commit is contained in:
parent
6f67ec1e6c
commit
60e3b5390d
|
@ -22,6 +22,10 @@
|
|||
{
|
||||
"from": "../../../../cocos/scripting/js-bindings/script",
|
||||
"to": "script"
|
||||
},
|
||||
{
|
||||
"from": "../../res",
|
||||
"to": "res/"
|
||||
}
|
||||
],
|
||||
"ndk_module_path": [
|
||||
|
|
|
@ -22,6 +22,10 @@
|
|||
{
|
||||
"from": "../../../../cocos/scripting/js-bindings/script",
|
||||
"to": "script"
|
||||
},
|
||||
{
|
||||
"from": "../../res",
|
||||
"to": "res/"
|
||||
}
|
||||
],
|
||||
"ndk_module_path": [
|
||||
|
|
Loading…
Reference in New Issue