mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-24 04:59:47 -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
|
category: public.app-category.education
|
||||||
entitlements: buildResources/entitlements.mas.plist
|
entitlements: buildResources/entitlements.mas.plist
|
||||||
entitlementsInherit: buildResources/entitlements.mas.inherit.plist
|
entitlementsInherit: buildResources/entitlements.mas.inherit.plist
|
||||||
|
hardenedRuntime: false
|
||||||
icon: buildResources/ScratchDesktop.icns
|
icon: buildResources/ScratchDesktop.icns
|
||||||
masDev:
|
masDev:
|
||||||
type: development
|
type: development
|
||||||
|
|
Loading…
Reference in a new issue