Skip to content

Commit 7183ce4

Browse files
committed
fix: Add ad-hoc code signing for macOS builds
- Configure APPLE_SIGNING_IDENTITY to '-' for macOS builds - Enables ad-hoc signing to prevent 'app is damaged' error - Users can now open the app with right-click > Open - Resolves Gatekeeper quarantine issue on macOS
1 parent 3bcd3db commit 7183ce4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- uses: tauri-apps/tauri-action@v0
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+
APPLE_SIGNING_IDENTITY: ${{ matrix.platform == 'macos-latest' && '-' || '' }}
8485
with:
8586
releaseId: ${{ needs.create-release.outputs.release_id }}
8687
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)