From 720497fe9bb3661be0d54afa80e97109e2aab3e4 Mon Sep 17 00:00:00 2001 From: Leopotam Date: Wed, 21 May 2025 05:09:58 +0300 Subject: [PATCH] nim@2.2.4: Add shim `atlas` (#6826) Atlas.exe added as part of package. --- bucket/nim.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/nim.json b/bucket/nim.json index 95918838ed..a09c900b45 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -22,6 +22,7 @@ "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\"" ], "bin": [ + "bin\\atlas.exe", "bin\\nim.exe", "bin\\nimble.exe", "bin\\nimgrab.exe",