From 061d1066713efc6f4d3bd40b04b1fe6b7a96b283 Mon Sep 17 00:00:00 2001 From: alaviss Date: Wed, 24 Feb 2021 16:57:19 +0000 Subject: [PATCH] compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#17172) Follow up of https://github.com/nim-lang/nightlies/commit/5dc544e1f521e94874c22ee5209d38460b968243 After updating windeps.zip, it appears that Windows' build was unchanged. As it turns out, cacert.pem is not set for packaging by the compiler package manifest. This commit add cacert.pem to the Windows package. (cherry picked from commit d35f366d6fbb55bd00f00e3bdcdc38d090c566c6) --- compiler/installer.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/installer.ini b/compiler/installer.ini index 2f11d0df91..c38e1f74be 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -110,6 +110,7 @@ Download: r"Aporia Text Editor|dist|aporia.zip|97997|https://nim-lang.org/downlo Files: "bin/makelink.exe" Files: "bin/7zG.exe" Files: "bin/*.dll" +Files: "bin/cacert.pem" [UnixBin] Files: "bin/nim"