From e21470a669cc25a3d5e6138bd8aa789006175c41 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 13 Oct 2020 21:13:01 +0200 Subject: [PATCH] update the build command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fdbfdb7..9737dfc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL=/bin/bash dist/restic-qt: venv ( \ . venv/bin/activate; \ - pyinstaller -F url2markdown/url2markdown.py; \ + pyinstaller -F url2markdown/__main__.py -n url2markdown; \ ) venv: venv/bin/activate