Skip to content

Commit

Permalink
Update copy_build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos authored Nov 18, 2024
1 parent e50f757 commit e5e6bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/copy_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IF "%~4" == "" ( set "openssl_version=3.4.0" ) ELSE ( set "openssl_version=%~4"
IF "%~3" == "" ( set "qt6_version=6.3.1" ) ELSE ( set "qt6_version=%~3" )
IF "%~2" == "" ( set "qt_version=5.15.16" ) ELSE ( set "qt_version=%~2" )

REM IF "%openssl_version:~0,3%" == "1.1" ( set "sslMajorVersion=1_1" ) ELSE ( set "sslMajorVersion=3" )
IF "%openssl_version:~0,3%" == "1.1" ( set "sslMajorVersion=1_1" ) ELSE ( set "sslMajorVersion=3" )

IF %1 == x86 (
set archPath=Win32
Expand Down

0 comments on commit e5e6bcc

Please sign in to comment.