mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
Fix: run_list_qt_commercial: call of download_installer
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -63,6 +63,7 @@ from aqt.helper import (
|
|||||||
downloadBinaryFile,
|
downloadBinaryFile,
|
||||||
extract_auth,
|
extract_auth,
|
||||||
get_hash,
|
get_hash,
|
||||||
|
get_os_name,
|
||||||
get_qt_installer_name,
|
get_qt_installer_name,
|
||||||
retry_on_bad_connection,
|
retry_on_bad_connection,
|
||||||
retry_on_errors,
|
retry_on_errors,
|
||||||
@@ -903,7 +904,8 @@ class Cli:
|
|||||||
try:
|
try:
|
||||||
# Download installer
|
# Download installer
|
||||||
self.logger.info(f"Downloading Qt installer to {installer_path}")
|
self.logger.info(f"Downloading Qt installer to {installer_path}")
|
||||||
download_installer(Settings.baseurl, installer_path)
|
timeout = (Settings.connection_timeout, Settings.response_timeout)
|
||||||
|
download_installer(Settings.baseurl, installer_filename, get_os_name(), temp_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