Skip to content

Commit

Permalink
build: set --log-level DEBUG for pyinstaller to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 24, 2023
1 parent c942b68 commit 02af083
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 @@ -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
Expand Down

0 comments on commit 02af083

Please sign in to comment.