Skip to content

Commit

Permalink
Add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Danstiv committed Aug 16, 2024
1 parent 846ff00 commit adadeee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
2 changes: 2 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pyinstaller --onefile --name espeak_converter main.py
xcopy /I /Q /E lib dist\lib
34 changes: 0 additions & 34 deletions espeak_converter.spec

This file was deleted.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ https://github.com/Danstiv/fb2parser/archive/master.zip
httpx[socks]==0.27.0
lxml==5.3.0
pydantic==2.8.2
pyinstaller==6.10.0
rich_split==0.1.2

0 comments on commit adadeee

Please sign in to comment.