Skip to content

Commit

Permalink
Merge pull request #50 from maidsafe/fix/aarch64-build-unable-to-open
Browse files Browse the repository at this point in the history
updates ad-hoc signing for aarch64 builds to remove quarantine attribute
  • Loading branch information
beckthetech authored Jan 14, 2025
2 parents 406e7a8 + 74145ab commit c207faf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ jobs:
prerelease: false
args: ${{ matrix.args }}

- name: Ad-hoc signing for macOS
- name: Ad-hoc signing and quarantine removal for macOS
if: matrix.platform == 'macos-latest'
run: |
echo "Performing ad-hoc signing..."
codesign --force --deep --sign - ./src-tauri/target/*/release/bundle/macos/*.app
echo "Removing quarantine attribute..."
xattr -rd com.apple.quarantine ./src-tauri/target/*/release/bundle/macos/*.app

0 comments on commit c207faf

Please sign in to comment.