chore: add macOS notarization support for DMG builds (#944)

This commit is contained in:
Copilot
2025-12-21 17:36:01 +01:00
committed by GitHub
parent da122e06f1
commit a5629b8c77
8 changed files with 241 additions and 3 deletions

View File

@@ -49,10 +49,10 @@
"appId": "de.t7n.apps.mqtt-explorer",
"category": "public.app-category.developer-tools",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"publish": [
"github"
],
"entitlements": "res/entitlements.mas.plist"
]
},
"linux": {
"category": "Development",
@@ -76,7 +76,8 @@
"buildResources": "res",
"output": "build"
},
"afterPack": "./dist/scripts/afterPack.js"
"afterPack": "./dist/scripts/afterPack.js",
"afterSign": "./dist/scripts/notarize.js"
},
"author": "Thomas Nordquist",
"email": "xxnerowingerxx@gmail.com",