mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
MAS: fix embedded provisioning profile
This commit is contained in:
parent
fe9c6e17cb
commit
34cc1b5832
2 changed files with 8 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,6 +17,7 @@ npm-*
|
|||
/build
|
||||
/dist
|
||||
/.opt-in
|
||||
/embedded.provisionprofile
|
||||
|
||||
# don't store the assets downloaded with the `fetch` script
|
||||
/static/assets/
|
||||
|
|
|
@ -5,18 +5,20 @@ appId: edu.mit.scratch.scratch-desktop
|
|||
productName: "Scratch Desktop"
|
||||
mac:
|
||||
category: public.app-category.education
|
||||
entitlements: packaging/entitlements.plist
|
||||
icon: packaging/ScratchDesktop.icns
|
||||
entitlements: buildResources/entitlements.plist
|
||||
icon: buildResources/ScratchDesktop.icns
|
||||
target:
|
||||
- dmg
|
||||
- mas
|
||||
mas:
|
||||
type: distribution
|
||||
category: public.app-category.education
|
||||
entitlements: packaging/entitlements.plist
|
||||
icon: packaging/ScratchDesktop.icns
|
||||
entitlements: buildResources/entitlements.plist
|
||||
icon: buildResources/ScratchDesktop.icns
|
||||
files:
|
||||
- embedded.provisionprofile
|
||||
win:
|
||||
icon: packaging/ScratchDesktop.ico
|
||||
icon: buildResources/ScratchDesktop.ico
|
||||
target:
|
||||
- appx
|
||||
- nsis
|
||||
|
|
Loading…
Reference in a new issue