From ef402cf2227ed7aecdc3c6b4c28be1e5b442ea5f Mon Sep 17 00:00:00 2001 From: xemulat <98595166+xemulat@users.noreply.github.com> Date: Tue, 9 May 2023 14:59:52 +0200 Subject: [PATCH] Fix some things + ZusierAIO is DNGR (?) --- XTBox.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XTBox.py b/XTBox.py index 217ac58..c9dd409 100644 --- a/XTBox.py +++ b/XTBox.py @@ -94,8 +94,8 @@ def update(): # save the latest version to avoid rate limiting latestXT = str(latest("xemulat/XToolbox")) # Download the latest version of the program - download("https://github.com/xemulat/XToolbox/releases/download/v" + latestXT + "/XTBox.exe", "XTBox." + latestXT + ".exe", "XTBox " + latestXT) - startfile("XTBox." + latestXT + ".exe") + download("https://github.com/xemulat/XToolbox/releases/latest/download/XTBox.exe", f"XTBox.{latestXT}.exe", f"XTBox.{latestXT}") + startfile(f"XTBox.{latestXT}.exe") exit() # If the download fails, print an error message and exit @@ -493,7 +493,7 @@ def p1(preprint=False): f"│ [11] {ohdwindowwwwwwwww} │ [11] SophiApp │ │ │\n" f"│ [12] WindowsSpyBlocker │ │ │ │\n" f"│ [13] PrivateZilla │ │ │ │\n" - f"│ [14] ZusierAIO │ │ │ │\n" + f"│ [14] ZusierAIO DNGR(?) │ │ │ │\n" f"│ [15] CoutX │ [QT] {quicktwea} │ │ │\n" f"│ │ │ │ │\n" f"├──────────────────────────┴────────────────────────┴────────────────────────────────┴────────────────────────────────┤\n"