diff options
author | Terrell Russell <terrellrussell@gmail.com> | 2024-09-24 15:49:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 15:49:10 -0400 |
commit | 13cae62418dff0dc1d3eec57518996763f6a4eb1 (patch) | |
tree | ba9dbdc5a660631514d20452b8dd7407a5552b68 /install-packages.cmd | |
parent | 3f708e849a56f2dc95d05d64e234fbd238d733c7 (diff) | |
download | winamp-13cae62418dff0dc1d3eec57518996763f6a4eb1.tar.gz |
too many dots
Diffstat (limited to 'install-packages.cmd')
-rw-r--r-- | install-packages.cmd | 4 |
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 |