mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
24 lines
553 B
YAML
24 lines
553 B
YAML
directories:
|
|
buildResources: buildResources
|
|
output: dist
|
|
appId: edu.mit.scratch.scratch-desktop
|
|
productName: "Scratch Desktop"
|
|
mac:
|
|
category: public.app-category.education
|
|
entitlements: packaging/entitlements.plist
|
|
icon: packaging/ScratchDesktop.icns
|
|
target:
|
|
- dmg
|
|
- mas
|
|
mas:
|
|
type: distribution
|
|
category: public.app-category.education
|
|
entitlements: packaging/entitlements.plist
|
|
icon: packaging/ScratchDesktop.icns
|
|
win:
|
|
icon: packaging/ScratchDesktop.ico
|
|
target:
|
|
- appx
|
|
- nsis
|
|
appx:
|
|
identityName: ScratchDesktop
|