From c618146b281d7306df394ec5a43cac4239a1b431 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 23 Jan 2019 21:34:38 +0100 Subject: [PATCH] correct a path in the build script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aec545f..50abf04 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ dist/borg-qt: venv pyinstaller --hidden-import=PyQt5.sip \ --add-data=borg_qt/static/icons:static/icons \ --add-data=borg_qt/static/UI:static/UI \ - -F borg_qt/borg_qt; \ + -F borg_qt/borg_qt.py; \ ) venv: venv/bin/activate