Skip to content

Commit

Permalink
Add libparsec.node to bin that need to be signed
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 31, 2024
1 parent f6c0293 commit 1e90f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/electron/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ const options = {
entitlements: './macOS/entitlements.plist',
entitlementsInherit: './macOS/entitlements.plist',
...(OPTS.sign ? MACOS_SIGN_OPTIONS : {}),
// https://www.electron.build/mac#binaries
binaries: ['build/src/libparsec.node'],
},

linux: {
Expand Down

0 comments on commit 1e90f4f

Please sign in to comment.