Skip to content

Commit

Permalink
Sign the realm.node binary (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Nov 24, 2023
1 parent c68ddb4 commit 0cb3108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Fixed

- None
- Fixed main process crash, by unpacking the realm.node binary and signing it. ([#1605](https://github.com/realm/realm-studio/pull/1605))

### Internals

Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,16 @@
"!node_modules/realm/vendor${/*}"
],
"afterSign": "./scripts/afterSign",
"asarUnpack": [
"./node_modules/realm/build/Release/realm.node"
],
"mac": {
"hardenedRuntime": true,
"gatekeeperAssess": false,
"category": "public.app-category.developer-tools",
"binaries": [
"dist/mac/Realm Studio.app/Contents/Resources/app.asar.unpacked/node_modules/realm/build/Release/realm.node"
],
"target": [
"dmg",
"zip"
Expand Down

0 comments on commit 0cb3108

Please sign in to comment.