mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
16 lines
401 B
JSON
Executable File
16 lines
401 B
JSON
Executable File
{
|
|
"extra_zip_files":
|
|
[
|
|
{
|
|
"zip_config_path": "../../external/config.json",
|
|
"zip_file_path": "../../",
|
|
"extract_to_zip_path": "external"
|
|
},
|
|
{
|
|
"zip_config_path": "../cocos2d-console/config.json",
|
|
"zip_file_path": "../cocos2d-console",
|
|
"extract_to_zip_path": "tools/cocos2d-console"
|
|
}
|
|
]
|
|
}
|