Merge pull request #20 from Stremio/dll

Include vcruntime in the setup file
This commit is contained in:
Владимир Борисов 2025-03-24 16:42:37 +02:00 committed by GitHub
commit 87223ccb4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

BIN
bin/vcruntime140.dll Normal file

Binary file not shown.

View file

@ -58,7 +58,6 @@ SignedUninstaller=yes
[Code]
function InitializeSetup: Boolean;
begin
Dependency_AddVC2015To2022
Dependency_AddWebView2;
Result := True;
end;
@ -178,6 +177,7 @@ Source: "{#SourcePath}..\bin\avutil-56.dll"; DestDir: "{app}"; Flags: ignorevers
Source: "{#SourcePath}..\bin\postproc-55.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\swresample-3.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\swscale-5.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}..\bin\vcruntime140.dll"; DestDir: "{app}"; Flags: ignoreversion
[Registry]