Skip to content

Commit 3e375c0

Browse files
committed
Incluce utilities in Windows package
1 parent 6e57e39 commit 3e375c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_lin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
nim c --cc:clang --clang.exe="zigcc" --clang.linkerexe="zigcc" --passc:"-target x86_64-windows" --passl:"-target x86_64-windows" --forceBuild:on --os:windows -d:windows -d:strip -d:release --out:dist/jwlFusion.exe src/jwlFusion.nim
8181
cp lib/jwlCore-amd64.dll dist/jwlCore.dll
82-
cp lib/sqlite3_64.dll dist/
82+
cp lib/sqlite3_64.dll lib/zip.exe lib/unzip.exe lib/bzip2.dll dist/
8383
zip -j dist/jwlFusion_windows_amd64.zip dist/jwlFusion.exe dist/jwlCore.dll dist/sqlite3_64.dll dist/zip.exe dist/unzip.exe dist/bzip2.dll
8484
8585
- name: Upload artifact

0 commit comments

Comments
 (0)