mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 12:44:38 +03:00
Update aqt/installer.py
Co-authored-by: J.D. Purcell <jdpurcell@gmail.com>
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user