From e2db5a452f7227c249706836266d47d0577b34fa Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 22 Oct 2021 13:33:13 +0100 Subject: [PATCH] Use .txt extensions for doc files in package --- otherbuilds/deploy/win.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/otherbuilds/deploy/win.bat b/otherbuilds/deploy/win.bat index 84e9f2e..c0e3167 100644 --- a/otherbuilds/deploy/win.bat +++ b/otherbuilds/deploy/win.bat @@ -44,9 +44,9 @@ del /q /s %DIR% mkdir %DIR% copy build\rubberband.exe %DIR% copy "c:\Program Files\libsndfile\bin\sndfile.dll" %DIR% -copy COPYING %DIR% -copy README.md %DIR% -copy CHANGELOG %DIR% +copy COPYING %DIR%\COPYING.txt +copy README.md %DIR%\README.txt +copy CHANGELOG %DIR%\CHANGELOG.txt set PATH=%ORIGINALPATH% cd %STARTPWD%