allow specifying unzip folder in manifest (and use this for curl)

This commit is contained in:
Luke Sampson 2013-06-21 18:56:27 +10:00
parent 978be66029
commit a9b541a539

View File

@ -3,5 +3,6 @@
"version": "7.30.0", "version": "7.30.0",
"licence": "MIT", "licence": "MIT",
"url": "http://curl.haxx.se/gknw.net/7.30.0/dist-w32/curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32.zip", "url": "http://curl.haxx.se/gknw.net/7.30.0/dist-w32/curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32.zip",
"bin": "curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32\\curl.exe" "unzip_folder": "curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32",
"bin": "curl.exe"
} }