From 630522d0bc7939ddf60212c282629d35dff638de Mon Sep 17 00:00:00 2001 From: Mars Niermann Date: Mon, 19 Feb 2024 21:08:11 +0100 Subject: [PATCH] Update build script --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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