Update aqt/installer.py

Co-authored-by: J.D. Purcell <jdpurcell@gmail.com>
This commit is contained in:
Hiroshi Miura
2025-03-11 14:19:21 +09:00
committed by GitHub
parent 3b9a1a98ae
commit 83cbd6c4e1

View File

@@ -905,7 +905,7 @@ class Cli:
# Download installer # Download installer
self.logger.info(f"Downloading Qt installer to {installer_path}") self.logger.info(f"Downloading Qt installer to {installer_path}")
timeout = (Settings.connection_timeout, Settings.response_timeout) timeout = (Settings.connection_timeout, Settings.response_timeout)
download_installer(Settings.baseurl, installer_filename, get_os_name(), temp_path, timeout) download_installer(Settings.baseurl, installer_filename, get_os_name(), installer_path, timeout)
# Build command # Build command
cmd = [str(installer_path), "--accept-licenses", "--accept-obligations", "--confirm-command"] cmd = [str(installer_path), "--accept-licenses", "--accept-obligations", "--confirm-command"]