Can we expose a hook when signing the application so that users can complete the signing of the bin file by themselves? #9900
-
In electron-builder, we can complete the signature of the required files by ourselves in this way: {
"build": {
"win": {
"sign": "./sign.js"
}
}
} The Can Tauri also expose a similar hook such as We really need the custom signature function, and we look forward to your reply. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This was implemented a few days ago but iirc for v2 only (in the next beta release?) |
Beta Was this translation helpful? Give feedback.
#9865