mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-09 14:12:05 -05:00
Merge pull request #95 from cwillisf/fix-mas-electron-6
Fix mas electron 6
This commit is contained in:
commit
99040d1771
4 changed files with 639 additions and 253 deletions
10
buildResources/entitlements.inherit.plist
Normal file
10
buildResources/entitlements.inherit.plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
<key>com.apple.security.inherit</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
|
@ -14,6 +14,7 @@ mas:
|
|||
type: distribution
|
||||
category: public.app-category.education
|
||||
entitlements: buildResources/entitlements.plist
|
||||
entitlementsInherit: buildResources/entitlements.inherit.plist
|
||||
icon: buildResources/ScratchDesktop.icns
|
||||
win:
|
||||
icon: buildResources/ScratchDesktop.ico
|
||||
|
|
879
package-lock.json
generated
879
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -36,7 +36,7 @@
|
|||
"babel-plugin-react-intl": "^2.3.1",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"electron": "^6.1.7",
|
||||
"electron-builder": "^20.44.4",
|
||||
"electron-builder": "^22.2.0",
|
||||
"electron-devtools-installer": "^2.2.4",
|
||||
"electron-store": "^3.3.0",
|
||||
"electron-webpack": "^2.7.4",
|
||||
|
|
Loading…
Reference in a new issue