axmol/tools/make-package/config.json

16 lines
377 B
JSON
Raw Normal View History

2019-11-23 20:27:39 +08:00
{
"extra_zip_files":
[
{
"zip_config_path": "../../external/config.json",
"zip_file_path": "../../",
"extract_to_zip_path": "external"
},
{
2021-05-18 16:40:30 +08:00
"zip_config_path": "../console/config.json",
"zip_file_path": "../console",
"extract_to_zip_path": "tools/console"
2019-11-23 20:27:39 +08:00
}
]
}