-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathelectron-builder.yaml
47 lines (41 loc) · 1.17 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
41
42
43
44
45
46
47
appId: com.eagle-animation.app
productName: Eagle Animation
#compression: maximum
directories:
output: binaries
buildResources: out
files:
- package.json
- out/**
extraMetadata:
main: out/main/index.js
name: eagle-animation
win:
artifactName: Eagle-Animation-${version}-win.${ext}
executableName: eagle-animation
icon: out/renderer/favicon.ico
target:
- portable
- zip
mac:
artifactName: Eagle-Animation-${version}-mac.${ext}
executableName: eagle-animation
category: public.app-category.photography
icon: out/renderer/icon.icns
extendInfo:
NSMicrophoneUsageDescription: Please give us access to your microphone
NSCameraUsageDescription: Please give us access to your camera
com.apple.security.device.audio-input: true
com.apple.security.device.camera: true
linux:
artifactName: Eagle-Animation-${version}-linux.${ext}
executableName: eagle-animation
category: Photography
synopsis: EagleAnimation is an awesome, free and open-source animation software.
description: EagleAnimation is an awesome, free and open-source animation software.
icon: out/renderer/icon.icns
target:
- deb
- rpm
- tar.gz
- AppImage