From 5c9236b571029846c4a6f5f0ac84e65712363828 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Sun, 20 Jun 2021 06:49:48 +0200 Subject: [PATCH] Update build-windows.ps1 --- resources/scripts/github-actions/build-windows.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/scripts/github-actions/build-windows.ps1 b/resources/scripts/github-actions/build-windows.ps1 index f1e305da8..f61a9ae57 100755 --- a/resources/scripts/github-actions/build-windows.ps1 +++ b/resources/scripts/github-actions/build-windows.ps1 @@ -36,13 +36,13 @@ Invoke-WebRequest -Uri "$maria_link" -OutFile "$maria_output" # Download Qt itself. $qt_path = "$old_pwd\qt" pip3 install aqtinstall -aqt install -b "https://mirrors.ocf.berkeley.edu/qt/" -O "$qt_path" "$qt_version" "windows" "desktop" "win64_msvc2019_64" -m "qtwebengine" +aqt install -O "$qt_path" "$qt_version" "windows" "desktop" "win64_msvc2019_64" -m "qtwebengine" $qt_qmake = "$qt_path\$qt_version\msvc2019_64\bin\qmake.exe" $env:PATH = "$qt_path\$qt_version\msvc2019_64\bin\;" + $env:PATH # Download openssl. -aqt tool -b "https://mirrors.ocf.berkeley.edu/qt/" -O "$qt_path" windows tools_openssl_x64 1.1.1 qt.tools.openssl.win_x64 +aqt tool -O "$qt_path" windows tools_openssl_x64 1.1.1 qt.tools.openssl.win_x64 $openssl_base_path = "$qt_path\Tools\OpenSSL\Win_x64" # Build dependencies. @@ -88,4 +88,4 @@ else { # Create NSIS installation package. & "$old_pwd\resources\scripts\nsis\makensis.exe" "/XOutFile $packagebase.exe" ".\NSIS.template.in" -ls \ No newline at end of file +ls