summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nim.nimble2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim.nimble b/nim.nimble
index 5d1be49b1..713fc9256 100644
--- a/nim.nimble
+++ b/nim.nimble
@@ -9,6 +9,6 @@ skipDirs = @["build" , "changelogs" , "ci" , "csources_v2" , "drnim" , "nimdoc",
 
 before install:
   when defined(windows):
-    exec "./build_all.bat"
+    exec "build_all.bat"
   else:
     exec "./build_all.sh"