Skip to content

Commit

Permalink
Merge pull request #631 from overte-org/fix/qt_win_libwep
Browse files Browse the repository at this point in the history
Update Windows Qt to address libwebp CVE
  • Loading branch information
ksuprynowicz authored Sep 17, 2023
2 parents 1fc8bb6 + 042e06a commit 3755381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hifi_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def __init__(self, args):
return

if 'Windows' == system:
self.qtUrl = self.assets_url + '/dependencies/qt5/qt5-install-5.15.10-qtwebengine-5.15.15-2023.06.17-kde1742cc4f85f1b57c5f8ef51d62ff0b958f38912de57a9094aa3a3e3bf35ae6cb-windows-x86_64.tar.xz'
self.qtUrl = self.assets_url + '/dependencies/qt5/qt5-install-5.15.10-2023.09.17-windows-x86_64.tar.xz'
elif 'Darwin' == system:
self.qtUrl = self.assets_url + '/dependencies/vcpkg/qt5-install-5.15.2-macos.tar.gz'
elif 'Linux' == system:
Expand Down

0 comments on commit 3755381

Please sign in to comment.