fix: temporarily remove subprocess.Popen to stop opening softwaremanager.exe before update finished

This commit is contained in:
2026-03-08 00:41:37 +01:00
parent 95f6640212
commit a5190f151c
+1 -1
View File
@@ -145,7 +145,7 @@ def download_update(latest_version):
if not os.path.exists(new_filename):
raise FileNotFoundError("Executable not found")
subprocess.run([new_filename, "/SILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/SP-"])
subprocess.Popen(["SoftwareManager.exe"])
# subprocess.Popen(["SoftwareManager.exe"])
time.sleep(0.5)
msg = QMessageBox()