We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434781e commit 6aa3e01Copy full SHA for 6aa3e01
buildResources/entitlements.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
@@ -14,6 +14,7 @@ mas:
14
type: distribution
15
category: public.app-category.education
16
entitlements: buildResources/entitlements.plist
17
+ entitlementsInherit: buildResources/entitlements.inherit.plist
18
icon: buildResources/ScratchDesktop.icns
19
win:
20
icon: buildResources/ScratchDesktop.ico
0 commit comments