Skip to content

Commit

Permalink
fix: testing codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
testuser-cmk committed Sep 23, 2024
1 parent 5eceea4 commit f757695
Showing 1 changed file with 1 addition and 1 deletion.
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 -fs my-new-cert --deep"
"signCommand": "codesign -fs certificate.p12 --deep /Users/runner/work/noteapp/noteapp/app/src-tauri/target/release/bundle/macos/scribe.app"
}
}
}
Expand Down

0 comments on commit f757695

Please sign in to comment.