mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 13:41:59 -05:00
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:
parent
1bc9f570cd
commit
7192ffe878
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue