Files
MaaAssistantArknights/package-definition.json
2023-02-17 19:38:43 +08:00

56 lines
1.3 KiB
JSON

[
{
"name_template": "MAA-{VERSION}-win-{PLATFORM}",
"type": "MaaBundle",
"configuration": {
"include": [
"**"
]
}
},
{
"name_template": "MAAComponent-Core-{VERSION}-win-{PLATFORM}",
"type": "MaaCore",
"configuration": {
"include": [
"MaaCore.dll"
]
}
},
{
"name_template": "MAAComponent-Dependency-{VERSION}-win-{PLATFORM}",
"type": "MaaDependency",
"configuration": {
"include": [
"MaaDerpLearning.dll",
"onnxruntime_maa.dll",
"opencv_world4_maa.dll",
"**/PaddleOCR/**",
"**/PaddleCharOCR/**"
]
}
},
{
"name_template": "MAAComponent-DebugSymbol-{VERSION}-win-{PLATFORM}",
"type": "MaaDebugSymbol",
"configuration": {
"include": [
"**/*.pdb"
]
}
},
{
"name_template": "MAAComponent-Resource-{VERSION}",
"type": "MaaResource",
"configuration": {
"include": [
"resource/**"
],
"exclude": [
"**/PaddleOCR/**",
"**/PaddleCharOCR/**"
]
}
}
]