Skip to content

Commit 70d0aa9

Browse files
author
Damir Porobic
committed
Include other library files in windows package
1 parent cc07983 commit 70d0aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Package
145145
run: |
146146
mkdir packageDir/tessdata
147-
cp build/src/ksnip-plugin-ocr.dll packageDir/ksnip-plugin-ocr.dll
147+
cp build/src/ksnip-plugin-ocr.* packageDir/
148148
cp $env:INSTALL_PREFIX/bin/*.dll packageDir/
149149
cp eng.traineddata packageDir/tessdata
150150
7z a ksnip-plugin-ocr-$env:VERSION-windows.zip ./packageDir/*

0 commit comments

Comments
 (0)