mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 17:59:43 +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):
|
if not os.path.exists(new_filename):
|
||||||
raise FileNotFoundError("Executable not found")
|
raise FileNotFoundError("Executable not found")
|
||||||
subprocess.run([new_filename, "/SILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/SP-"])
|
subprocess.run([new_filename, "/SILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/SP-"])
|
||||||
subprocess.Popen(["SoftwareManager.exe"])
|
# subprocess.Popen(["SoftwareManager.exe"])
|
||||||
time.sleep(0.5)
|
time.sleep(0.5)
|
||||||
|
|
||||||
msg = QMessageBox()
|
msg = QMessageBox()
|
||||||
|
|||||||
Reference in New Issue
Block a user