mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-10 14:42:09 -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
|
/build
|
||||||
/dist
|
/dist
|
||||||
/.opt-in
|
/.opt-in
|
||||||
|
/embedded.provisionprofile
|
||||||
|
|
||||||
# don't store the assets downloaded with the `fetch` script
|
# don't store the assets downloaded with the `fetch` script
|
||||||
/static/assets/
|
/static/assets/
|
||||||
|
|
|
@ -5,18 +5,20 @@ appId: edu.mit.scratch.scratch-desktop
|
||||||
productName: "Scratch Desktop"
|
productName: "Scratch Desktop"
|
||||||
mac:
|
mac:
|
||||||
category: public.app-category.education
|
category: public.app-category.education
|
||||||
entitlements: packaging/entitlements.plist
|
entitlements: buildResources/entitlements.plist
|
||||||
icon: packaging/ScratchDesktop.icns
|
icon: buildResources/ScratchDesktop.icns
|
||||||
target:
|
target:
|
||||||
- dmg
|
- dmg
|
||||||
- mas
|
- mas
|
||||||
mas:
|
mas:
|
||||||
type: distribution
|
type: distribution
|
||||||
category: public.app-category.education
|
category: public.app-category.education
|
||||||
entitlements: packaging/entitlements.plist
|
entitlements: buildResources/entitlements.plist
|
||||||
icon: packaging/ScratchDesktop.icns
|
icon: buildResources/ScratchDesktop.icns
|
||||||
|
files:
|
||||||
|
- embedded.provisionprofile
|
||||||
win:
|
win:
|
||||||
icon: packaging/ScratchDesktop.ico
|
icon: buildResources/ScratchDesktop.ico
|
||||||
target:
|
target:
|
||||||
- appx
|
- appx
|
||||||
- nsis
|
- nsis
|
||||||
|
|
Loading…
Reference in a new issue