Skip to content
Snippets Groups Projects
Commit 9d84204a authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Reduze zip size

parent 959357d3
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ after_test: ...@@ -77,7 +77,7 @@ after_test:
# package artifacts # package artifacts
- cmd: copy /Y C:\OpenSSL-Win64\bin\libeay32.dll dist\beempy - cmd: copy /Y C:\OpenSSL-Win64\bin\libeay32.dll dist\beempy
- cmd: copy /Y C:\OpenSSL-Win64\bin\ssleay32.dll dist\beempy - cmd: copy /Y C:\OpenSSL-Win64\bin\ssleay32.dll dist\beempy
- cmd: 7z a beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy - cmd: 7z a -mm=Deflate -mx=9 beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
- ps: 7z a -m0=LZMA2 -mx9 $env:BUILD .\dist\beempy - ps: 7z a -m0=LZMA2 -mx9 $env:BUILD .\dist\beempy
- ps: | # generate sha256 hashes - ps: | # generate sha256 hashes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment