diff --git a/build.bat b/build.bat index 17eac05..a404c8a 100644 --- a/build.bat +++ b/build.bat @@ -1 +1 @@ -.\.venv\Scripts\pyinstaller -F -w -i icon.ico NFLmusic.py \ No newline at end of file +pyinstaller -F -w -i icon.ico NFLmusic.py \ No newline at end of file