From e0dffd43e2f0456640ccaa183686512bdcbbfc38 Mon Sep 17 00:00:00 2001 From: Spencer Kase Rohlfing <34220995+skasero@users.noreply.github.com> Date: Tue, 5 Jan 2021 20:12:55 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df9d780..64d02cf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # LoL-TFT-Bot -Using pyinstaller to create .exe -Command: pyinstaller -F --icon "images/icon.ico" --add-data "images/*.png;." main.py \ No newline at end of file +Using pyinstaller to create '.exe' +Command: pyinstaller -F --icon "images/icon.ico" --add-data "images/*.png;." --name TFT-Bot main.py