mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 13:41:59 -05:00
22 lines
483 B
YAML
22 lines
483 B
YAML
|
directories:
|
||
|
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
|