forked from MaaAssistantArknights/MaaAssistantArknights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-definition.json
73 lines (73 loc) · 1.73 KB
/
package-definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[
{
"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/**"
]
}
}
]