mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-24 00:26:08 +00:00
Fix appveyor builds
This commit is contained in:
@@ -26,16 +26,12 @@ build_script:
|
||||
- cmd: >-
|
||||
appveyor DownloadFile https://github.com/acoustid/chromaprint/releases/download/v%CHROMAPRINT_FPCALC_VERSION%/chromaprint-fpcalc-%CHROMAPRINT_FPCALC_VERSION%-windows-x86_64.zip -FileName fpcalc.zip
|
||||
|
||||
appveyor DownloadFile https://indy.fulgan.com/SSL/openssl-%OPENSSL_VERSION%-x64_86-win64.zip -FileName openssl.zip
|
||||
|
||||
appveyor DownloadFile https://github.com/metabrainz/libdiscid/releases/download/v%DISCID_VERSION%/libdiscid-%DISCID_VERSION%-win64.zip -FileName libdiscid.zip
|
||||
|
||||
7z x fpcalc.zip -y
|
||||
|
||||
copy /Y chromaprint-fpcalc-%CHROMAPRINT_FPCALC_VERSION%-windows-x86_64\fpcalc.exe fpcalc.exe
|
||||
|
||||
7z x openssl.zip -y
|
||||
|
||||
7z x libdiscid.zip -y
|
||||
|
||||
copy /Y discid.dll %PYTHON%
|
||||
@@ -52,9 +48,6 @@ build_script:
|
||||
|
||||
pyinstaller picard.spec
|
||||
|
||||
copy /Y ssleay32.dll dist
|
||||
|
||||
copy /Y libeay32.dll dist
|
||||
artifacts:
|
||||
- path: dist
|
||||
- path: dist/*.exe
|
||||
deploy: off
|
||||
|
||||
Reference in New Issue
Block a user