Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Oct 27, 2024
1 parent d3d549b commit 6b84134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/scripts/windeployqt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ if ($env:buildArch -ne 'Arm64') {
copy openssl\$openSslSubfolder\x86\bin\libssl-$openSslFilenameVersion.dll bin\
copy openssl\$openSslSubfolder\x86\bin\libcrypto-$openSslFilenameVersion.dll bin\
} else {
copy openssl\$openSslSubfolder\x64\bin\libssl-$openSslFilenameVersion-x64.dll bin\
copy openssl\$openSslSubfolder\x64\bin\libcrypto-$openSslFilenameVersion-x64.dll bin\
#copy openssl\$openSslSubfolder\x64\bin\libssl-$openSslFilenameVersion-x64.dll bin\
#copy openssl\$openSslSubfolder\x64\bin\libcrypto-$openSslFilenameVersion-x64.dll bin\
}
}

Expand All @@ -40,7 +40,7 @@ if ($env:buildArch -eq 'Arm64') {
& "$env:QT_HOST_PATH\bin\windeployqt" "--qmake=$env:QT_ROOT_DIR\bin\qmake.bat" --no-compiler-runtime bin\qView.exe
} else {
# Run windeployqt which should be in path
windeployqt --no-compiler-runtime bin\qView.exe
windeployqt --no-compiler-runtime -openssl-root "openssl\$openSslSubfolder\x64\bin" bin\qView.exe
}

if ($NightlyVersion -eq '') {
Expand Down

0 comments on commit 6b84134

Please sign in to comment.