test without gatekeeper

This commit is contained in:
zeppi 2022-04-04 11:53:19 -04:00
parent f5564086c4
commit db84a26bef
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: Node.js CI
on: on:
push: push:
branches: [master] branches: [master,test-gatekeeper]
pull_request: pull_request:
branches: [master] branches: [master]

View file

@ -40,8 +40,7 @@
"category": "public.app-category.entertainment", "category": "public.app-category.entertainment",
"entitlements": "build/entitlements.mac.plist", "entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist", "entitlementsInherit": "build/entitlements.mac.plist",
"hardenedRuntime" : true, "hardenedRuntime" : true
"gatekeeperAssess": false
}, },
"dmg": { "dmg": {
"iconSize": 128, "iconSize": 128,