Skip to content

Commit

Permalink
Automatically remove old DLL's for Windows install.
Browse files Browse the repository at this point in the history
This fixes exe not starting with latest release.
  • Loading branch information
sa666666 committed Oct 6, 2024
1 parent d69e474 commit 0f9cd11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/os/windows/stella.iss
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ Name: "{group}\Stella"; Filename: "{app}\Stella.exe"; WorkingDir: "{app}"
Name: "{userdesktop}\Stella"; Filename: "{app}\Stella.exe"; WorkingDir: "{app}"; Tasks: desktopicon
Name: "{group}\Documentation"; Filename: "{app}\docs\index.html"
Name: "{group}\Uninstall Stella"; Filename: "{uninstallexe}"

[InstallDelete]
Type: files; Name: "{app}\msvcp140.dll"
Type: files; Name: "{app}\vcruntime140.dll"

0 comments on commit 0f9cd11

Please sign in to comment.