1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-03 13:35:36 +00:00

chore: bump imagemagick version in choco install on appveyor (#1699)

The old version number is erroring out.
This commit is contained in:
Charles Kerr 2021-05-18 19:30:23 -05:00 committed by GitHub
parent 7fd9fa15b7
commit 95a45b0bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ for:
choco install ActivePerl choco install ActivePerl
choco install nasm choco install nasm
choco install jom choco install jom
choco install imagemagick.tool --version 7.0.10.29 choco install imagemagick.tool --version 7.0.11.12
choco install wixtoolset --version 3.11.2 choco install wixtoolset --version 3.11.2
Remove-Item -Path (Join-Path $Env:SystemDrive OpenSSL-Win32) -Recurse Remove-Item -Path (Join-Path $Env:SystemDrive OpenSSL-Win32) -Recurse