Skip to content

Commit

Permalink
fix: testing codesign on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hoax committed Sep 24, 2024
1 parent a1fbf0c commit 869c85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
- name: Verify signature
if: matrix.platform == 'macos-latest'
run: |
codesign -v -vvvv
codesign -v -vvvv /Users/runner/work/noteapp/noteapp/app/src-tauri/target/release/bundle/macos/scribe.app
2 changes: 1 addition & 1 deletion app/src-tauri/tauri.macos.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"bundle": {
"windows": {
"signCommand": "codesign --deep --force --verbose --sign noteapp %1"
"signCommand": "codesign -s - -f %1"
}
}
}
Expand Down

0 comments on commit 869c85d

Please sign in to comment.