Skip to content

Commit

Permalink
compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#…
Browse files Browse the repository at this point in the history
…17172)

Follow up of nim-lang/nightlies@5dc544e

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.
  • Loading branch information
alaviss authored Feb 24, 2021
1 parent e9a287f commit d35f366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/installer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d35f366

Please sign in to comment.