From 1699ba1c93acd30c871bb7bf2788630a9ad4577c Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 9 Sep 2022 04:30:03 +0800 Subject: [PATCH] fixes nightlies build regression (#20322) fixes nightlies build --- compiler/installer.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/installer.ini b/compiler/installer.ini index 41eee09f1f..094b92a68d 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"