From 767fec164088f3a808740805e9605fb5354435d2 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Sun, 4 Jun 2023 19:51:03 +0800 Subject: [PATCH] fixes nightlies regression caused by atlas moving out of the tools dir (#21999) fixes nightlies caused by atlas moving out of the tools dir --- compiler/installer.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/installer.ini b/compiler/installer.ini index 49ee59b0d0..fcba2bbb9d 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -66,6 +66,7 @@ Files: "doc" Files: "doc/html" Files: "tools" Files: "tools/debug/nim-gdb.py" +Fules: "atlas" Files: "nimpretty" Files: "testament" Files: "nimsuggest"