diff --git a/build.bat b/build.bat index 85e3a81..5e66188 100644 --- a/build.bat +++ b/build.bat @@ -7,4 +7,4 @@ call .venv\Scripts\activate.bat pip install -r requirements.txt pyinstaller --icon=assets\app.ico -w --onefile .\shortcut.py --add-data "assets;." move /y dist\shortcut.exe shortcut.exe -del /q build dist \ No newline at end of file +del /q build dist shortcut.spec \ No newline at end of file