too many dots

This commit is contained in:
Terrell Russell 2024-09-24 15:49:10 -04:00 committed by GitHub
parent 3f708e849a
commit 13cae62418
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@echo off
echo "Cleanup the environment....."
echo "Cleanup the environment..."
IF EXIST "Src\external_dependencies\vcpkg" (
echo Deleting "Src\external_dependencies\vcpkg" ...
rmdir /S /Q "Src\external_dependencies\vcpkg"
@ -49,7 +49,7 @@ IF NOT EXIST .\vcpkg (
echo Patching ports...
xcopy /K /Y /H /C /I /E .\vcpkg-ports\* .\vcpkg\ports\*
echo Installing packages....
echo Installing packages...
cd .\vcpkg
.\vcpkg install alac:x86-windows-static-md
.\vcpkg install expat:x86-windows-static-md expat:x86-windows-static