We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd7a84 commit 7a813c8Copy full SHA for 7a813c8
buildResources/entitlements.mas.inherit.plist
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
5
+<key>com.apple.security.app-sandbox</key>
6
+<true/>
7
+<key>com.apple.security.inherit</key>
8
9
+</dict>
10
+</plist>
electron-builder.yaml
@@ -23,6 +23,7 @@ mac:
23
mas:
24
category: public.app-category.education
25
entitlements: buildResources/entitlements.mas.plist
26
+ entitlementsInherit: buildResources/entitlements.mas.inherit.plist
27
icon: buildResources/ScratchDesktop.icns
28
win:
29
icon: buildResources/ScratchDesktop.ico
0 commit comments