diff options
author | cjl3230 <339465451@qq.com> | 2021-08-08 19:33:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-08 13:33:01 +0200 |
commit | ab5f27c2a7c216143b3ed300d46c9a3765d932aa (patch) | |
tree | 310cfbedc63298b057f5df02da5e7dd2139d3c7e /apps/extractor | |
parent | 261d5c62cde1d0f8d2e951926da3dd8052363b37 (diff) |
fix(Tools): error when execute vmap4assembler.exe in extractor.bat (#7166)
Diffstat (limited to 'apps/extractor')
-rw-r--r-- | apps/extractor/extractor.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/extractor/extractor.bat b/apps/extractor/extractor.bat index 540e2506d4..05b8d8aebb 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 |