mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
fix: temporarily remove subprocess.Popen to stop opening softwaremanager.exe before update finished
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user