mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
22 lines
648 B
JSON
Executable File
22 lines
648 B
JSON
Executable File
{
|
|
"extra_zip_files":
|
|
[
|
|
{
|
|
"zip_config_path": "../../external/config.json",
|
|
"zip_file_path": "../../",
|
|
"extract_to_zip_path": "external",
|
|
"script":"download-deps.py",
|
|
"pwd":"",
|
|
"script_args":"-f -d --github"
|
|
},
|
|
{
|
|
"zip_config_path": "../cocos2d-console/config.json",
|
|
"zip_file_path": "../cocos2d-console",
|
|
"extract_to_zip_path": "tools/cocos2d-console",
|
|
"script":"tools/cocos2d-console/download-bin.py",
|
|
"pwd":"tools/cocos2d-console",
|
|
"script_args":"-f -d"
|
|
}
|
|
]
|
|
}
|