mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
[
|
|
{
|
|
"name_template": "MAA-{VERSION}-win-x64",
|
|
"type": "MaaBundle",
|
|
"configuration": {
|
|
"include": [
|
|
"**"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name_template": "MAAComponent-Core-{VERSION}-win-x64",
|
|
"type": "MaaCore",
|
|
"configuration": {
|
|
"include": [
|
|
"MaaCore.dll"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name_template": "MAAComponent-Dependency-{VERSION}-win-x64",
|
|
"type": "MaaDependency",
|
|
"configuration": {
|
|
"include": [
|
|
"fastdeploy.dll",
|
|
"onnxruntime.dll",
|
|
"paddle2onnx.dll",
|
|
"opencv_world453.dll",
|
|
"**/PaddleOCR/**",
|
|
"**/PaddleCharOCR/**"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name_template": "MAAComponent-DebugSymbol-{VERSION}-win-x64",
|
|
"type": "MaaDebugSymbol",
|
|
"configuration": {
|
|
"include": [
|
|
"**/*.pdb"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name_template": "MAAComponent-Resource-{VERSION}",
|
|
"type": "MaaResource",
|
|
"configuration": {
|
|
"include": [
|
|
"resource/**"
|
|
],
|
|
"exclude": [
|
|
"**/PaddleOCR/**",
|
|
"**/PaddleCharOCR/**"
|
|
]
|
|
}
|
|
}
|
|
]
|