-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: notarize Jan app for macos distribution (janhq#278)
* 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 <>
- Loading branch information
Showing
15 changed files
with
28,612 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
models/** | ||
error.log | ||
node_modules | ||
package-lock.json | ||
*.tgz | ||
yarn.lock | ||
dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/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 {} \; |
Oops, something went wrong.