[RELEASE] Create executable via pyinstaller
This commit is contained in:
parent
40d551793a
commit
e5bd9944ac
2 changed files with 3 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -33,6 +33,8 @@ docker_stage: wheel
|
|||
cp -R examples docker/root/defaults/
|
||||
docker: docker_stage
|
||||
sudo docker build --no-cache -t ytdl-sub:local docker/
|
||||
executable: clean
|
||||
pyinstaller ytdl-sub.spec
|
||||
docs:
|
||||
sphinx-build -a -b html docs docs/_html
|
||||
clean:
|
||||
|
|
|
|||
|
|
@ -53,4 +53,5 @@ docs =
|
|||
build =
|
||||
build
|
||||
twine
|
||||
pyinstaller
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue