From d35f366d6fbb55bd00f00e3bdcdc38d090c566c6 Mon Sep 17 00:00:00 2001 From: alaviss Date: Wed, 24 Feb 2021 16:57:19 +0000 Subject: 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. --- compiler/installer.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler') diff --git a/compiler/installer.ini b/compiler/installer.ini index fb5081117..3f1630a92 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -109,6 +109,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" -- cgit 1.4.1-2-gfad0