Update gui.py

This commit is contained in:
shayaa
2026-03-10 00:23:08 +01:00
committed by GitHub
parent 11b8f3f265
commit 2e2e526d3a
+5
View File
@@ -141,6 +141,11 @@ def _download_update(assets):
filename = asset["name"]
setup_hash = asset["hash"]
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)