Skip to content

Commit

Permalink
Chore: Mac binary signing tweaks for embedded plugins (#7988)
Browse files Browse the repository at this point in the history
  • Loading branch information
palerdot committed Mar 30, 2023
1 parent d67818d commit cf40089
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/run_ci.sh
Expand Up @@ -180,8 +180,8 @@ cd "$ROOT_DIR/packages/app-desktop"

if [[ $GIT_TAG_NAME = v* ]]; then
echo "Step: Building and publishing desktop application..."
# cd "$ROOT_DIR/packages/tools"
# node bundleDefaultPlugins.js
cd "$ROOT_DIR/packages/tools"
node bundleDefaultPlugins.js
cd "$ROOT_DIR/packages/app-desktop"
USE_HARD_LINKS=false yarn run dist
elif [[ $IS_LINUX = 1 ]] && [[ $GIT_TAG_NAME = $SERVER_TAG_PREFIX-* ]]; then
Expand Down
2 changes: 2 additions & 0 deletions packages/app-desktop/build-mac/entitlements.mac.inherit.plist
Expand Up @@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions packages/app-desktop/package.json
Expand Up @@ -79,7 +79,9 @@
"icon": "../../Assets/macOs.icns",
"target": "dmg",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "./build-mac/entitlements.mac.inherit.plist",
"entitlementsInherit": "./build-mac/entitlements.mac.inherit.plist",
"extendInfo": {
"CFBundleURLTypes": [
{
Expand Down

0 comments on commit cf40089

Please sign in to comment.