summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install-packages.cmd4
1 files 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