aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Francois Mauguit <jfmauguit@mac.com>2024-09-24 15:54:38 -0400
committerGitHub <noreply@github.com>2024-09-24 15:54:38 -0400
commit839d68c00c6a3e49da8f8759e738d6adc8e9f677 (patch)
treeba9dbdc5a660631514d20452b8dd7407a5552b68
parent7a9f8ae3c388771aa1797b43b358bd3526aff9e6 (diff)
parent13cae62418dff0dc1d3eec57518996763f6a4eb1 (diff)
downloadwinamp-839d68c00c6a3e49da8f8759e738d6adc8e9f677.tar.gz
Merge pull request #26 from trel/toomanydots
too many dots
-rw-r--r--install-packages.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-packages.cmd b/install-packages.cmd
index 95af4e80..1bb4455e 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