diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-09-09 04:30:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 22:30:03 +0200 |
commit | 1699ba1c93acd30c871bb7bf2788630a9ad4577c (patch) | |
tree | 8e08db3592fb0b079c52e17d37cd220f6befd224 /compiler | |
parent | 918ae1691909d81a53b70a3d4d4f34f014ab5010 (diff) | |
download | Nim-1699ba1c93acd30c871bb7bf2788630a9ad4577c.tar.gz |
fixes nightlies build regression (#20322)
fixes nightlies build
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/installer.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini index 41eee09f1..094b92a68 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -141,5 +141,5 @@ shortDesc: "The Nim Compiler" licenses: "bin/nim,MIT;lib/*,MIT;" [nimble] -pkgName: "compiler" +pkgName: "nim" pkgFiles: "compiler/*;doc/basicopt.txt;doc/advopt.txt;doc/nimdoc.css" |