Skip to content

Commit

Permalink
Update Makefile to use pyinstaller from system path
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenvandamme committed Apr 22, 2024
1 parent 074353d commit 8427b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clean:

build: clean pip_init
@echo "=> Building TV Downloader for $(OS)-$(ARCH)"
~/.local/bin/pyinstaller --onefile --clean --name tvdownloader __main__.py
pyinstaller --onefile --clean --name tvdownloader __main__.py
mkdir out
mv dist/tvdownloader out/tvdownloader
rm -rf dist/ build/ tvdownloader.spec
Expand Down

0 comments on commit 8427b30

Please sign in to comment.