update the build command

This commit is contained in:
Andreas Zweili 2020-10-13 21:13:01 +02:00
parent 863cabef14
commit e21470a669
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SHELL=/bin/bash
dist/restic-qt: venv dist/restic-qt: venv
( \ ( \
. venv/bin/activate; \ . venv/bin/activate; \
pyinstaller -F url2markdown/url2markdown.py; \ pyinstaller -F url2markdown/__main__.py -n url2markdown; \
) )
venv: venv/bin/activate venv: venv/bin/activate