Skip to content

Commit

Permalink
fix: broken Qt download link; Qt 6.6. is now archived (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Oct 9, 2024
1 parent a4ed15f commit f7b981d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/build_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ QT_VERSION="${QT_MAJOR}.${QT_MINOR}.${QT_PATCH}"
QT6_HOST_STAGING_PATH="/usr/local/qt6"

function install_qt() {
QT_RELEASES_URL="https://download.qt.io/official_releases/qt"
QT_RELEASES_URL="https://download.qt.io/archive/qt"
QT_DOWNLOAD_BASE_URL="${QT_RELEASES_URL}/${QT_MAJOR}.${QT_MINOR}/${QT_VERSION}/submodules"
QT_ARCHIVE_FILES=(
"qtbase-everywhere-src-${QT_VERSION}.tar.xz"
Expand Down

0 comments on commit f7b981d

Please sign in to comment.