Include latest required vcruntime libs, so Stella can start again.

This commit is contained in:
Stephen Anthony 2025-01-02 17:44:35 -03:30
parent 34e4439729
commit 122409e6f8
2 changed files with 6 additions and 11 deletions

View File

@ -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 (

View File

@ -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