Skip to content

Commit

Permalink
fix: testing codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
hoax committed Sep 23, 2024
1 parent 431ad8c commit 958f19a
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 certificate.p12 --deep %1"
"signCommand": "codesign --deep --force --verbose --sign noteapp %1"
}
}
}
Expand Down

0 comments on commit 958f19a

Please sign in to comment.