Skip to content

Commit

Permalink
fix(dist): do not deep sign the dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Jan 5, 2022
1 parent 13f9b47 commit 7da56c4
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 @@ -138,7 +138,7 @@ dist/ActivityWatch.app: aw-qt/media/logo/logo.icns
dist/ActivityWatch.dmg: dist/ActivityWatch.app
pip install dmgbuild
dmgbuild -s scripts/package/dmgbuild-settings.py -D app=dist/ActivityWatch.app "ActivityWatch" dist/ActivityWatch.dmg
codesign --verbose -s ${APPLE_PERSONAL_ID} --deep dist/ActivityWatch.dmg
codesign --verbose -s ${APPLE_PERSONAL_ID} dist/ActivityWatch.dmg

dist/notarize:
./scripts/notarize.sh
Expand Down

0 comments on commit 7da56c4

Please sign in to comment.