From 7248b06501f2dbe22464520b7bc8f4b72b2187f2 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 14 Dec 2023 01:56:44 +0700 Subject: [PATCH] Update install.bat --- install.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.bat b/install.bat index 7903884..30a9527 100644 --- a/install.bat +++ b/install.bat @@ -2,4 +2,5 @@ rmdir dist /s /q python ./setup.py sdist # Get filename of the tar.gz file for /f "delims=" %%a in ('dir /b dist\*.tar.gz') do set filename=%%a -pip3 install dist/%filename% \ No newline at end of file +pip3 install dist/%filename% +python -m PyInstaller --onefile --noconsole --icon=src/espmega_lightshow/icon.ico --name="ESPMega Lightshow (Portable)" src/espmega_lightshow/__main__.py \ No newline at end of file