Skip to content

Commit b40e1fd

Browse files
committed
Fixed requirments
1 parent 233b477 commit b40e1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/windows_installer/tip_setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ procedure InitializeWizard();
6666
begin
6767
idpAddFile('https://aka.ms/vs/17/release/vc_redist.x86.exe', ExpandConstant('{tmp}\vcredist_x86.exe'));
6868
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'));
69+
idpAddFile('https://slproweb.com/download/Win64OpenSSL-1_1_1w.exe', ExpandConstant('{tmp}\Win64OpenSSL-1_1_1w.exe'));
7070
idpDownloadAfter(wpReady);
7171
end;

0 commit comments

Comments
 (0)