From 13cae62418dff0dc1d3eec57518996763f6a4eb1 Mon Sep 17 00:00:00 2001 From: Terrell Russell Date: Tue, 24 Sep 2024 15:49:10 -0400 Subject: [PATCH] too many dots --- install-packages.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-packages.cmd b/install-packages.cmd index 95af4e80e..1bb4455ee 100644 --- a/install-packages.cmd +++ b/install-packages.cmd @@ -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