We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e57e39 commit 3e375c0Copy full SHA for 3e375c0
.github/workflows/build_lin.yml
@@ -79,7 +79,7 @@ jobs:
79
run: |
80
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
81
cp lib/jwlCore-amd64.dll dist/jwlCore.dll
82
- cp lib/sqlite3_64.dll dist/
+ cp lib/sqlite3_64.dll lib/zip.exe lib/unzip.exe lib/bzip2.dll dist/
83
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
84
85
- name: Upload artifact
0 commit comments