fix MAS build (!!!)

apparently the `com.apple.security.app-sandbox` entitlement and the
`hardenedRuntime: true` setting are mututally exclusive with
`electron-builder`, so the hardened runtime is now only used by non-MAS
builds ('mac' but not 'mas' or 'mas-dev')
This commit is contained in:
Christopher Willis-Ford 2020-05-22 16:18:58 -07:00
parent 1bc9f570cd
commit 7192ffe878

View file

@ -24,6 +24,7 @@ mas:
category: public.app-category.education
entitlements: buildResources/entitlements.mas.plist
entitlementsInherit: buildResources/entitlements.mas.inherit.plist
hardenedRuntime: false
icon: buildResources/ScratchDesktop.icns
masDev:
type: development