Skip to content

Commit

Permalink
Verify
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 17, 2024
1 parent b6afd38 commit 7e13a5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/package-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ cd output
# Resign the package
pkg_path=Squirrel-${SQUIRREL_VERSION}-rime-cantonese.pkg
productsign --sign "Developer ID Installer: $APPLE_DEVELOPER_NAME ($APPLE_DEVELOPER_TEAM_ID)" Squirrel.pkg "$pkg_path"

# Verify
pkgutil --expand "$pkg_path" package
cd package
tar --xattrs -xzf Payload
codesign -v -vv --deep --strict "Squirrel.app"

0 comments on commit 7e13a5f

Please sign in to comment.