[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/
|
cp -R examples docker/root/defaults/
|
||||||
docker: docker_stage
|
docker: docker_stage
|
||||||
sudo docker build --no-cache -t ytdl-sub:local docker/
|
sudo docker build --no-cache -t ytdl-sub:local docker/
|
||||||
|
executable: clean
|
||||||
|
pyinstaller ytdl-sub.spec
|
||||||
docs:
|
docs:
|
||||||
sphinx-build -a -b html docs docs/_html
|
sphinx-build -a -b html docs docs/_html
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
|
|
@ -53,4 +53,5 @@ docs =
|
||||||
build =
|
build =
|
||||||
build
|
build
|
||||||
twine
|
twine
|
||||||
|
pyinstaller
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue