From 623eab2d238f0285853de4e6d977d74e99420557 Mon Sep 17 00:00:00 2001 From: "J.D. Purcell" Date: Sun, 27 Oct 2024 13:42:56 -0400 Subject: [PATCH] Test --- dist/scripts/windeployqt.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/scripts/windeployqt.ps1 b/dist/scripts/windeployqt.ps1 index aa1efb7e..7ae430b6 100755 --- a/dist/scripts/windeployqt.ps1 +++ b/dist/scripts/windeployqt.ps1 @@ -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 '') {