From 3c13f2575aae3ce54aee990b4af4c8f0e906f1dd Mon Sep 17 00:00:00 2001 From: Xonshiz Date: Sun, 27 Jan 2019 11:26:00 +0530 Subject: [PATCH] Pyinstaler location updated. Pyinstaler location updated. --- .gitignore | 1 + anime_dl/exeMaker.bat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d5dd82d..658a75f 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ anime_dl/sites/funimation - Copy.py *.old *.ttf *.html +anime_dl/build/__main__/warn-__main__.txt diff --git a/anime_dl/exeMaker.bat b/anime_dl/exeMaker.bat index c44ce86..91a02bf 100644 --- a/anime_dl/exeMaker.bat +++ b/anime_dl/exeMaker.bat @@ -1 +1 @@ -"C:\Python27\Scripts\pyinstaller" --hidden-import=queue --onefile "__main__.py" \ No newline at end of file +pyinstaller --hidden-import=queue --onefile "__main__.py" \ No newline at end of file