From 83cbd6c4e1d64410c0e63c1d89f914ce67bb9eb4 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 11 Mar 2025 14:19:21 +0900 Subject: [PATCH] Update aqt/installer.py Co-authored-by: J.D. Purcell --- aqt/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/installer.py b/aqt/installer.py index b6e2076..ee0bb36 100644 --- a/aqt/installer.py +++ b/aqt/installer.py @@ -905,7 +905,7 @@ class Cli: # Download installer self.logger.info(f"Downloading Qt installer to {installer_path}") 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 cmd = [str(installer_path), "--accept-licenses", "--accept-obligations", "--confirm-command"]