* chore: notarize Jan app for macos distribution * chore: fix entitlements path * chore: update notarize package * chore: update post signing hook * chore: use built-in notarize tool * chore: update entitlements * chore: binary code sign * add auto signing binary file script * Separate build:plugins for darwin os --------- Co-authored-by: Hien To <>
5 lines
210 B
Bash
Executable File
5 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DEVELOPER_ID="Developer ID Application: Eigenvector Pte Ltd"
|
|
|
|
find electron -type f -perm +111 -exec codesign -s "Developer ID Application: Eigenvector Pte Ltd (YT49P7GXG4)" --options=runtime {} \; |