Skip to content

Commit

Permalink
Update install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
SiwatS committed Dec 13, 2023
1 parent 641cecc commit 7248b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
pip3 install dist/%filename%
python -m PyInstaller --onefile --noconsole --icon=src/espmega_lightshow/icon.ico --name="ESPMega Lightshow (Portable)" src/espmega_lightshow/__main__.py

0 comments on commit 7248b06

Please sign in to comment.