1 parent a8f72d0 commit 5312d98Copy full SHA for 5312d98
2 files changed
README.md
@@ -95,6 +95,7 @@ cmake --build build
95
- `windeployqt` 部署后的 Qt 运行库
96
- `onnxruntime*.dll`
97
- `abseil_dll.dll`
98
+- `re2.dll`
99
- `libprotobuf-lite.dll`
100
- `libprotobuf.dll`
101
- `README.md`
scripts/package-windows.ps1
@@ -34,6 +34,7 @@ $zipPath = Join-Path $distDir "$packageName.zip"
34
$requiredRuntimeDlls = @(
35
"onnxruntime.dll",
36
"abseil_dll.dll",
37
+ "re2.dll",
38
"libprotobuf-lite.dll",
39
"libprotobuf.dll"
40
)
0 commit comments