From ab5f27c2a7c216143b3ed300d46c9a3765d932aa Mon Sep 17 00:00:00 2001 From: cjl3230 <339465451@qq.com> Date: Sun, 8 Aug 2021 19:33:01 +0800 Subject: [PATCH] fix(Tools): error when execute vmap4assembler.exe in extractor.bat (#7166) --- apps/extractor/extractor.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/extractor/extractor.bat b/apps/extractor/extractor.bat index 540e2506d..05b8d8aeb 100644 --- a/apps/extractor/extractor.bat +++ b/apps/extractor/extractor.bat @@ -53,7 +53,7 @@ ECHO This may take a few hours to complete. Please be patient. PAUSE start /b /w mapextractor.exe start /b /w vmap4extractor.exe -start /b /w vmap4assembler.exe +start /b /w vmap4assembler.exe Buildings vmaps rmdir Buildings /s /q start /b /w mmaps_generator.exe GOTO MENU