Merge pull request #19 from Stremio/dep-fix

Add Visual C++ Redistributable to the setup
This commit is contained in:
Владимир Борисов 2025-03-20 10:01:12 +02:00 committed by GitHub
commit 13725eb6b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,7 @@ SignedUninstaller=yes
[Code]
function InitializeSetup: Boolean;
begin
Dependency_AddVC2015To2022
Dependency_AddWebView2;
Result := True;
end;