Skip to content

Commit

Permalink
Add warning incase someone uses this code maliciously
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-Baguette authored Jul 21, 2024
1 parent 1f5dd8b commit 7b18d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ def main() -> None:
for item in text_tup:
print(item.center(os.get_terminal_size().columns))
print("-" * os.get_terminal_size().columns)

print("Please only Install this script if you got it from "\
"https://github.com/Not-Baguette/mtkclient-installer".center(os.get_terminal_size().columns))

# Check if the script is running as an executable or as a python script, and changes the path accordingly
if getattr(sys, 'frozen', False):
app_path = os.path.dirname(sys.executable)
Expand Down

0 comments on commit 7b18d67

Please sign in to comment.