mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 21:27:06 +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]
|
||||
function InitializeSetup: Boolean;
|
||||
begin
|
||||
Dependency_AddVC2015To2022
|
||||
Dependency_AddWebView2;
|
||||
Result := True;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Reference in a new issue