Skip to content

Commit

Permalink
chore(manager): catchup changes post migration (#1847)
Browse files Browse the repository at this point in the history
* chore(manager): catchup changes post migration

* Update electron_builder.json
  • Loading branch information
daniellacosse authored Feb 21, 2024
1 parent 39b972e commit e263a87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions server_manager/electron_app/electron_builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"win": {
"icon": "icons/win/icon.ico",
"sign": "src/server_manager/electron_app/windows/electron_builder_signing_plugin.cjs",
"sign": "server_manager/electron_app/windows/electron_builder_signing_plugin.cjs",
"signingHashAlgorithms": ["sha256"],
"target": [
{
Expand All @@ -23,12 +23,18 @@
]
},
"mac": {
"hardenedRuntime": true,
"entitlements": "server_manager/electron_app/release/macos.entitlements",
"entitlementsInherit": "server_manager/electron_app/release/macos.entitlements",
"icon": "icons/mac/icon.icns",
"target": [
{
"target": "dmg",
"arch": "universal"
}
]
],
"notarize": {
"teamId": "QT8Z3Q9V3A"
}
}
}
2 changes: 2 additions & 0 deletions server_manager/electron_app/release/macos.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
Expand Down

0 comments on commit e263a87

Please sign in to comment.