Trouble signing Mac bundle with sidecar and extra libs #12803
Unanswered
SeanPedersen
asked this question in
Q&A
Replies: 1 comment
-
I also have a highly related question unanswered: #12001 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble signing my Mac build, when I run
npm run tauri build
:From my tauri.conf.json:
So in the build step many Python source files and dynamic libs are copied into the bundle but do not seem to be signed. Do I need to add a manual signing step?
I just tried running
find ./src-tauri/_internal -type f -exec codesign -f -v -s "Developer ID Application: My Name (xxxx)" {} +
with no luck beforenpm run tauri build
.This seems related (#2269)?
Beta Was this translation helpful? Give feedback.
All reactions