summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authoralaviss <leorize+oss@disroot.org>2021-02-24 16:57:19 +0000
committerGitHub <noreply@github.com>2021-02-24 17:57:19 +0100
commitd35f366d6fbb55bd00f00e3bdcdc38d090c566c6 (patch)
treecc8897e1489e50a8670023bffd8d90139cbfe089 /compiler
parente9a287fe120501de4c4f70fbf687e0ceb9b75ee9 (diff)
downloadNim-d35f366d6fbb55bd00f00e3bdcdc38d090c566c6.tar.gz
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.
Diffstat (limited to 'compiler')
-rw-r--r--compiler/installer.ini1
1 files changed, 1 insertions, 0 deletions
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"