Skip to content

Commit

Permalink
Fix some things + ZusierAIO is DNGR (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxiereal authored May 9, 2023
1 parent 2dab9b2 commit ef402cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions XTBox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ef402cf

Please sign in to comment.