Skip to content

Commit

Permalink
update qt installation path (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
claraberendsen authored May 30, 2023
1 parent bb013d9 commit 6e23e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/ros2_windows/recipes/qt5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
error_filename = File.join(Dir.home(), "qt_install.err")
windows_package 'Qt Install' do
# Qt 5.12 was the last version of Qt to be provided an offline installer for open source usage.
source "#{qt_mirror_url}/archive/qt/5.12/5.12.10/qt-opensource-windows-x86-5.12.10.exe"
source "#{qt_mirror_url}/new_archive/qt/5.12/5.12.10/qt-opensource-windows-x86-5.12.10.exe"
checksum "e315ec89000ae08d51c248f251ce670036b565e1d3a07df50e32557b8fd8246e"
installer_type :custom
# I couldn't find documentation, but return codes don't seem to correspond with an actual failure.
Expand Down

0 comments on commit 6e23e56

Please sign in to comment.