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