mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
[
|
|
{
|
|
"name_template": "MaaBundle-{VERSION}",
|
|
"type": "MaaBundle",
|
|
"configuration": {
|
|
"include": [
|
|
"**"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name_template": "MaaBundle-OTA-{VERSION}",
|
|
"type": "MaaBundleOta",
|
|
"configuration": {
|
|
"include": [
|
|
"resource/**",
|
|
"MeoAssistant.dll",
|
|
"MeoAsstGui.exe"
|
|
],
|
|
"exclude": [
|
|
"**/PaddleOCR/**"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name_template": "MaaCore-{VERSION}",
|
|
"type": "MaaCore",
|
|
"configuration": {
|
|
"include": [
|
|
"MeoAssistant.dll"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name_template": "MaaDependency-{VERSION}",
|
|
"type": "MaaDependency",
|
|
"configuration": {
|
|
"include": [
|
|
"libiomp5md.dll",
|
|
"mkldnn.dll",
|
|
"mklml.dll",
|
|
"paddle_inference.dll",
|
|
"ppocr.dll",
|
|
"opencv_world453.dll",
|
|
"**/PaddleOCR/**"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name_template": "MaaDependencyNoAvx-{VERSION}",
|
|
"type": "MaaDependencyNoAvx",
|
|
"configuration": {
|
|
"include": [
|
|
"opencv_world453.dll",
|
|
"**/PaddleOCR/**"
|
|
],
|
|
"no_avx_bundle": "3rdparty/ppocr_noavx.zip"
|
|
}
|
|
},
|
|
{
|
|
"name_template": "MaaResource-{VERSION}",
|
|
"type": "MaaResource",
|
|
"configuration": {
|
|
"include": [
|
|
"resource/**"
|
|
],
|
|
"exclude": [
|
|
"**/PaddleOCR/**"
|
|
]
|
|
}
|
|
}
|
|
]
|