Skip to content

Commit

Permalink
Added batch file to build the exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews committed May 15, 2024
1 parent d1301f5 commit a039eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
:: To build the debug mode exe just remove the "--windowed" option
:: And optionally change the "--name" option to something else
pyinstaller src/main.py --clean --onedir --name spotify-lyrics --windowed --icon assets/icon.ico
pause

0 comments on commit a039eac

Please sign in to comment.