feat: add macOS key and decrypt integration

This commit is contained in:
ILoveBingLu
2026-03-30 02:59:27 +08:00
parent 72813c24d9
commit bcf8f331b2
21 changed files with 2309 additions and 492 deletions
+7
View File
@@ -91,6 +91,13 @@
"target": "nsis",
"requestedExecutionLevel": "asInvoker"
},
"mac": {
"category": "public.app-category.utilities",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "resources/macos/entitlements.mac.plist",
"entitlementsInherit": "resources/macos/entitlements.mac.plist"
},
"nsis": {
"differentialPackage": false,
"oneClick": false,