From dffeacfad0e634c6466d1b0f673fa061736c99ff Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Wed, 17 Aug 2022 11:16:20 -0230 Subject: [PATCH] Fix paths in Windows build script. --- src/os/windows/Create_Builds.bat | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/os/windows/Create_Builds.bat b/src/os/windows/Create_Builds.bat index 984e9e96e..b19eb0ef6 100644 --- a/src/os/windows/Create_Builds.bat +++ b/src/os/windows/Create_Builds.bat @@ -97,14 +97,14 @@ if %BUILD_64% == 1 ( ) echo Copying DOC files ... -xcopy ..\..\docs\* %STELLA_DIR%\docs /s /q -copy ..\..\Announce.txt %STELLA_DIR%\docs -copy ..\..\Changes.txt %STELLA_DIR%\docs -copy ..\..\Copyright.txt %STELLA_DIR%\docs -copy ..\..\License.txt %STELLA_DIR%\docs -copy ..\..\Readme.txt %STELLA_DIR%\docs -copy ..\..\README-SDL.txt %STELLA_DIR%\docs -copy ..\..\Todo.txt %STELLA_DIR%\docs +xcopy ..\..\..\docs\* %STELLA_DIR%\docs /s /q +copy ..\..\..\Announce.txt %STELLA_DIR%\docs +copy ..\..\..\Changes.txt %STELLA_DIR%\docs +copy ..\..\..\Copyright.txt %STELLA_DIR%\docs +copy ..\..\..\License.txt %STELLA_DIR%\docs +copy ..\..\..\Readme.txt %STELLA_DIR%\docs +copy ..\..\..\README-SDL.txt %STELLA_DIR%\docs +copy ..\..\..\Todo.txt %STELLA_DIR%\docs if %HAVE_FLIP% == 1 ( for %%a in (%STELLA_DIR%\docs\*.txt) do ( flip -d "%%a"