diff --git a/Visual Studio Projects/Win32-Development-Binaries/BuildAll.cmd b/Visual Studio Projects/Win32-Development-Binaries/BuildAll.cmd index 1448b289..a2176c15 100644 --- a/Visual Studio Projects/Win32-Development-Binaries/BuildAll.cmd +++ b/Visual Studio Projects/Win32-Development-Binaries/BuildAll.cmd @@ -130,7 +130,7 @@ if "%1" neq "reset" goto GitAddNew :GitSetup if exist .git rmdir/q/s .git if exist *.zip del *.zip -copy /y "%~p0README.md" .\ +copy /y "%~p0Win32-Development-Binaries-README.md" .\README.md git init git add README.md git commit -m "Initializing the Windows Binary repository" diff --git a/Visual Studio Projects/Win32-Development-Binaries/README.md b/Visual Studio Projects/Win32-Development-Binaries/README.md deleted file mode 100644 index 936491dd..00000000 --- a/Visual Studio Projects/Win32-Development-Binaries/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Simh Development Binaries - -This repository contains binaries for the Windows platform built at least once per week if any changes have been made to the source archive during that week. - -The files contained here should run on all versions of Windows starting with XP. - -If issues are noticed with the behavior of any simulator, please create an issue at https://github.com/simh/simh/issues describing the problem, or send a note to the simh mailing list. Please be sure to identify which binary demonstrates the issue and which commit introduced the problem. -