perf: 删除过时的打包信息

This commit is contained in:
MistEO
2022-12-01 19:11:46 +08:00
parent 5348d41af2
commit c586f425eb
2 changed files with 2 additions and 24 deletions

View File

@@ -8,26 +8,6 @@
]
}
},
{
"name_template": "MAAComponent-OTA-{VERSION}-win-x64",
"type": "MaaBundleOta",
"configuration": {
"include": [
"resource/**",
"MeoAssistant.dll",
"MeoAsstGui.exe",
"ON.dll",
"onnxruntime.dll",
"onnxruntime_providers_shared.dll",
"paddle2onnx.dll",
"yaml-cpp.dll"
],
"exclude": [
"**/PaddleOCR/**",
"**/PaddleCharOCR/**"
]
}
},
{
"name_template": "MAAComponent-Core-{VERSION}-win-x64",
"type": "MaaCore",
@@ -42,11 +22,9 @@
"type": "MaaDependency",
"configuration": {
"include": [
"ON.dll",
"fastdeploy.dll",
"onnxruntime.dll",
"onnxruntime_providers_shared.dll",
"paddle2onnx.dll",
"yaml-cpp.dll",
"opencv_world453.dll",
"**/PaddleOCR/**",
"**/PaddleCharOCR/**"

View File

@@ -70,7 +70,7 @@ bool asst::OcrPack::load(const std::filesystem::path& path)
m_ocr_option->UsePaddleInferBackend();
break;
default:
Log.error("Unknown OCR Backend");
Log.error("Unknown OCR Backend", m_backend);
return false;
}