forked from scratchfoundation/scratch-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectron-builder.yaml
40 lines (40 loc) · 1.28 KB
/
electron-builder.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
directories:
buildResources: buildResources
output: dist
appId: jp.smalruby.smalruby3-desktop
productName: "Smalruby3 Desktop"
afterSign: "scripts/afterSign.js"
mac:
category: public.app-category.education
entitlements: buildResources/entitlements.mac.plist
extendInfo:
NSCameraUsageDescription: >-
This app requires camera access when taking a photo in the paint editor or using the video sensing blocks.
NSMicrophoneUsageDescription: >-
This app requires microphone access when recording sounds or detecting loudness.
gatekeeperAssess: true
hardenedRuntime: true
icon: buildResources/Smalruby3Desktop.icns
provisioningProfile: embedded.provisionprofile
target:
- dmg
- mas
type: distribution
mas:
category: public.app-category.education
entitlements: buildResources/entitlements.mas.plist
entitlementsInherit: buildResources/entitlements.mas.inherit.plist
icon: buildResources/Smalruby3Desktop.icns
win:
icon: buildResources/Smalruby3Desktop.ico
target:
- appx
- nsis
appx:
identityName: RubyProgrammingShounendan.Smalruby3Desktop
publisherDisplayName: "Ruby Programming Shounendan"
publisher: "CN=12345678-1234-1234-1234-123456789012"
nsis:
oneClick: false # allow user to choose per-user or per-machine
linux:
target: dir