Fix rmdir error

This commit is contained in:
FriwiDev
2021-10-25 15:15:02 +02:00
parent bfd16c094c
commit 390d89d6cb
4 changed files with 65 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
if ("%2"=="") ( ^
echo "Usage: compile_windows.bat <architecture> <buildType>" && ^
echo "" && ^
echo "architecture: the target architecture to build for. Architectures are the docker architectures (e.g. 386 or amd64)." && ^
echo "architecture: the target architecture to build for. Architectures are either 386 or amd64." && ^
echo "buildType: either Release or Debug" && ^
exit 1 ^
)