Skip to content

Commit

Permalink
too many dots
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored Sep 24, 2024
1 parent 60506ad commit d476440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-packages.cmd
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d476440

Please sign in to comment.