From e3890684cfef900ac1bb1a4737b835f02a573ee8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 27 Feb 2017 21:45:37 +0100 Subject: [PATCH] Improve cacert path for wget --- wget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wget.json b/wget.json index 3749c8f07b..8e812394cc 100644 --- a/wget.json +++ b/wget.json @@ -22,7 +22,7 @@ }, "bin": "wget.exe", "depends": "cacert", - "post_install": "\"ca_certificate=$(resolve-path $dir\\..\\..\\cacert\\current\\cacert.pem)\" | out-file $dir\\wget.ini -encoding default", + "post_install": "\"ca_certificate=$(appdir cacert)\\current\\cacert.pem\" | out-file $dir\\wget.ini -encoding default", "checkver": "GNU Wget ([\\d.]+) for Windows", "autoupdate": { "architecture": {