Skip to content

Conversation

am-on
Copy link
Contributor

@am-on am-on commented Aug 27, 2025

The issue was caused by:

  • Using /usr/bin/unzip for extraction, which creates AppleDouble files (._* files) that invalidate the app's sealed resources
  • Not properly preserving metadata when copying the updated app bundle

Use ditto instead of unzip to fix this issue.

The issue was caused by:
- Using /usr/bin/unzip for extraction, which creates AppleDouble files
(._* files) that invalidate the app's sealed resources
- Not properly preserving metadata when copying the updated app bundle

Use ditto instead of unzip to fix this issue.
Copy link

github-actions bot commented Aug 27, 2025

You can find the built app under the Artifacts at https://github.com/ParetoSecurity/pareto-mac/actions/runs/17269851762

@am-on am-on merged commit 2c8e0db into main Aug 27, 2025
5 checks passed
@am-on am-on deleted the fix/binary-after-update-2 branch August 27, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant