more sync

This commit is contained in:
Peter Ferrie 2022-10-07 08:25:53 -07:00
parent 2e033e3fb7
commit 663402e030
1 changed files with 2 additions and 0 deletions

View File

@ -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)