Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
beckthetech committed Jan 14, 2025
2 parents 2fb9b70 + 1ffb007 commit 5a39ce4
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 5a39ce4

Please sign in to comment.