diff --git a/build.sh b/build.sh index ff7cdc3..cfe7e44 100644 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -pyinstaller --onefile downloader.py \ No newline at end of file +pyinstaller --onefile downloader.pyw \ No newline at end of file diff --git a/dist/downloader.exe b/dist/downloader.exe index 162eb84..86aa884 100644 Binary files a/dist/downloader.exe and b/dist/downloader.exe differ diff --git a/downloader.py b/downloader.pyw similarity index 100% rename from downloader.py rename to downloader.pyw