mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-04-21 16:01:56 +00:00
Merge pull request #19 from Stremio/dep-fix
Add Visual C++ Redistributable to the setup
This commit is contained in:
commit
13725eb6b0
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ SignedUninstaller=yes
|
||||||
[Code]
|
[Code]
|
||||||
function InitializeSetup: Boolean;
|
function InitializeSetup: Boolean;
|
||||||
begin
|
begin
|
||||||
|
Dependency_AddVC2015To2022
|
||||||
Dependency_AddWebView2;
|
Dependency_AddWebView2;
|
||||||
Result := True;
|
Result := True;
|
||||||
end;
|
end;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue