docs(cli): document TAURI_SIGNING_PRIVATE_KEY_PATH and clarify key vars - #15737
Conversation
Legend-Master
left a comment
There was a problem hiding this comment.
Thanks! Could you also update the sign generate command's output and add a change file?
https://github.com/tauri-apps/tauri/blob/dev/.changes/README.md
Also you'll need to sign your commits for me to merge this
|
Done, updated the |
|
✅ |
Package Changes Through acb71eeThere are 14 changes which include tauri with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-bundler with minor, tauri-build with minor, tauri-macos-sign with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-driver with minor, @tauri-apps/api with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |

TAURI_SIGNING_PRIVATE_KEY_PATHwas missing from the reference even thoughtauri signer signreads it. The old wording also glossed over howbuild/bundleaccept the key as a string or a path, whilesigner signonly takes the literal string. So this adds the var and spells out that difference. #15028