Skip to content

Commit 5312d98

Browse files
committed
更新 README.md 和 package-windows.ps1,新增所需运行时 DLL 文件 re2.dll
1 parent a8f72d0 commit 5312d98

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ cmake --build build
9595
- `windeployqt` 部署后的 Qt 运行库
9696
- `onnxruntime*.dll`
9797
- `abseil_dll.dll`
98+
- `re2.dll`
9899
- `libprotobuf-lite.dll`
99100
- `libprotobuf.dll`
100101
- `README.md`

scripts/package-windows.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ $zipPath = Join-Path $distDir "$packageName.zip"
3434
$requiredRuntimeDlls = @(
3535
"onnxruntime.dll",
3636
"abseil_dll.dll",
37+
"re2.dll",
3738
"libprotobuf-lite.dll",
3839
"libprotobuf.dll"
3940
)

0 commit comments

Comments
 (0)