We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233b477 commit b40e1fdCopy full SHA for b40e1fd
deployment/windows_installer/tip_setup.iss
@@ -66,6 +66,6 @@ procedure InitializeWizard();
66
begin
67
idpAddFile('https://aka.ms/vs/17/release/vc_redist.x86.exe', ExpandConstant('{tmp}\vcredist_x86.exe'));
68
idpAddFile('https://aka.ms/vs/17/release/vc_redist.x64.exe', ExpandConstant('{tmp}\vcredist_x64.exe'));
69
- idpAddFile('https://slproweb.com/download/Win32OpenSSL-1_1_1w.exe', ExpandConstant('{tmp}\Win64OpenSSL-1_1_1w.exe'));
+ idpAddFile('https://slproweb.com/download/Win64OpenSSL-1_1_1w.exe', ExpandConstant('{tmp}\Win64OpenSSL-1_1_1w.exe'));
70
idpDownloadAfter(wpReady);
71
end;
0 commit comments