mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
Update gui.py
This commit is contained in:
@@ -141,6 +141,11 @@ def _download_update(assets):
|
|||||||
filename = asset["name"]
|
filename = asset["name"]
|
||||||
setup_hash = asset["hash"]
|
setup_hash = asset["hash"]
|
||||||
url = asset["url"]
|
url = asset["url"]
|
||||||
|
break
|
||||||
|
|
||||||
|
if not filename:
|
||||||
|
consoleLog("Error: No Windows installer found in release assets")
|
||||||
|
return
|
||||||
|
|
||||||
installer_path = os.path.join(tempfile.gettempdir(), filename)
|
installer_path = os.path.join(tempfile.gettempdir(), filename)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user