From a9b541a5394c9df4d8f20b764fcb4e313ac7535a Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 21 Jun 2013 18:56:27 +1000 Subject: [PATCH] allow specifying unzip folder in manifest (and use this for curl) --- curl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/curl.json b/curl.json index c1489d5758..76ec7f841e 100644 --- a/curl.json +++ b/curl.json @@ -3,5 +3,6 @@ "version": "7.30.0", "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", - "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" } \ No newline at end of file