Skip to content
Snippets Groups Projects
Commit bb70e91a authored by Holger's avatar Holger
Browse files

Copy correct dll

parent aab187d0
No related branches found
No related tags found
No related merge requests found
...@@ -69,8 +69,8 @@ after_test: ...@@ -69,8 +69,8 @@ after_test:
- cmd: pyinstaller beempy-onefile.spec - cmd: pyinstaller beempy-onefile.spec
# package artifacts # package artifacts
- cmd: copy /Y C:\OpenSSL-Win64\bin\libeay32.dll dist\beempy - cmd: copy /Y C:\OpenSSL-v111-Win64\bin\libcrypto-1_1-x64.dll dist\beempy
- cmd: copy /Y C:\OpenSSL-Win64\bin\ssleay32.dll dist\beempy - cmd: copy /Y C:\OpenSSL-v111-Win64\bin\libssl-1_1-x64.dll dist\beempy
# - cmd: 7z a -mx9 beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy # - cmd: 7z a -mx9 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: 7z a $env:BUILD .\dist\beempy - ps: 7z a $env:BUILD .\dist\beempy
......
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