test without gatekeeper
This commit is contained in:
parent
f5564086c4
commit
db84a26bef
2 changed files with 2 additions and 3 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -2,7 +2,7 @@ name: Node.js CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [master,test-gatekeeper]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
|
|
|
@ -40,8 +40,7 @@
|
|||
"category": "public.app-category.entertainment",
|
||||
"entitlements": "build/entitlements.mac.plist",
|
||||
"entitlementsInherit": "build/entitlements.mac.plist",
|
||||
"hardenedRuntime" : true,
|
||||
"gatekeeperAssess": false
|
||||
"hardenedRuntime" : true
|
||||
},
|
||||
"dmg": {
|
||||
"iconSize": 128,
|
||||
|
|
Loading…
Reference in a new issue