diff --git a/src/os/windows/Create_Builds.bat b/src/os/windows/Create_Builds.bat index 4de327f5a..3c048f8c4 100644 --- a/src/os/windows/Create_Builds.bat +++ b/src/os/windows/Create_Builds.bat @@ -51,18 +51,13 @@ mkdir %STELLA_DIR% mkdir %STELLA_DIR%\docs echo Copying executable files ... -copy %RELEASE%\Stella.exe %STELLA_DIR% -copy %RELEASE%\SDL*.dll %STELLA_DIR% +copy %RELEASE%\Stella.exe %STELLA_DIR% +copy %RELEASE%\*.dll %STELLA_DIR% 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.md %STELLA_DIR%\docs -copy ..\..\..\README-SDL.txt %STELLA_DIR%\docs -copy ..\..\..\Todo.txt %STELLA_DIR%\docs +xcopy ..\..\..\docs\* %STELLA_DIR%\docs /s /q +copy ..\..\..\*.txt %STELLA_DIR%\docs +copy ..\..\..\*.md %STELLA_DIR%\docs :: Create output directory for release files if not exist Output ( diff --git a/src/os/windows/stella.iss b/src/os/windows/stella.iss index 2d05841d1..69201df0e 100755 --- a/src/os/windows/stella.iss +++ b/src/os/windows/stella.iss @@ -25,7 +25,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{ [Files] Source: "{#STELLA_PATH}\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "{#STELLA_PATH}\SDL*.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "{#STELLA_PATH}\*.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{#STELLA_DOCPATH}\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files