Update ShareX setup script to auto install .NET Framework 4.7.2

This commit is contained in:
Jaex 2020-07-21 07:06:31 +03:00
parent 1c4802a5f4
commit 7d0d0a32a3

View file

@ -123,7 +123,7 @@ DependenciesDir=Dependencies
function InitializeSetup(): Boolean;
begin
initwinversion();
dotnetfx46(62);
dotnetfx47(72);
Result := true;
end;