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 45fc879 commit 623eab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/scripts/windeployqt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 -openssl-root "openssl\$($openSslSubfolder)x64" bin\qView.exe
windeployqt --no-compiler-runtime -openssl-root "openssl" bin\qView.exe
}

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

0 comments on commit 623eab2

Please sign in to comment.