[RELEASE] Create executable via pyinstaller

This commit is contained in:
Jesse Bannon 2023-02-20 23:24:53 -08:00
parent 40d551793a
commit e5bd9944ac
2 changed files with 3 additions and 0 deletions

View file

@ -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:

View file

@ -53,4 +53,5 @@ docs =
build =
build
twine
pyinstaller