Skip to content

Commit

Permalink
Include latest required vcruntime libs, so Stella can start again.
Browse files Browse the repository at this point in the history
  • Loading branch information
sa666666 committed Jan 2, 2025
1 parent 1c7bafb commit 66823c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions src/os/windows/Create_Builds.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion src/os/windows/stella.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66823c5

Please sign in to comment.