From 663402e030cad2029de9d7dd86a6cf64e52efe0a Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Fri, 7 Oct 2022 08:25:53 -0700 Subject: [PATCH] more sync --- bin/buildsingle.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/buildsingle.js b/bin/buildsingle.js index a53bd829..33c8c6ec 100644 --- a/bin/buildsingle.js +++ b/bin/buildsingle.js @@ -12,6 +12,8 @@ while (!b.stdout.atendofstream) entries.push(c) } +entries.sort() + for (i = 0; i < entries.length; i++) { x.run('cmd /c move /y build\\X\\' + entries[i] + ' ' + WScript.Arguments(0), 0, 1)