From 02af083cbbf90f03f9b0c3b9113032d2a6b58396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Fri, 24 Nov 2023 15:02:45 +0100 Subject: [PATCH] build: set --log-level DEBUG for pyinstaller to debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e3e2fb5..a6737296 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ aw-qt/media/logo/logo.icns: mv build/MyIcon.icns aw-qt/media/logo/logo.icns dist/ActivityWatch.app: aw-qt/media/logo/logo.icns - pyinstaller --clean --noconfirm aw.spec + pyinstaller --clean --noconfirm --log-level DEBUG aw.spec dist/ActivityWatch.dmg: dist/ActivityWatch.app # NOTE: This does not codesign the dmg, that is done in the CI config