mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Merge pull request #20 from Stremio/dll
Include vcruntime in the setup file
This commit is contained in:
commit
87223ccb4c
2 changed files with 1 additions and 1 deletions
BIN
bin/vcruntime140.dll
Normal file
BIN
bin/vcruntime140.dll
Normal file
Binary file not shown.
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue