-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
64 lines (55 loc) · 1.32 KB
/
Copy pathelectron-builder.yml
File metadata and controls
64 lines (55 loc) · 1.32 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
appId: com.pennyos.openchat
productName: OpenChat
asar: true
icon: logo.png
directories:
output: release
files:
- out/**
- package.json
- logo.png
extraMetadata:
main: out/main/index.js
artifactName: openchat-client-${version}-${os}-${arch}.${ext}
publish:
provider: github
owner: porthorian
repo: openchat-client
releaseType: release
vPrefixedTagName: true
mac:
category: public.app-category.social-networking
icon: logo.png
target:
- target: dmg
arch:
- x64
- arm64
- target: zip
arch:
- x64
- arm64
hardenedRuntime: true
gatekeeperAssess: false
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
NSCameraUsageDescription: OpenChat needs camera access so you can enable video in voice channels.
NSMicrophoneUsageDescription: OpenChat needs microphone access so you can join voice channels.
NSScreenCaptureDescription: OpenChat needs screen recording access so you can share your screen in channels.
win:
icon: logo.png
target:
- target: nsis
arch:
- x64
linux:
category: Network
maintainer: OpenChat Maintainers <maintainers@pennyos.com>
icon: logo.png
target:
- AppImage
- deb
nsis:
oneClick: false
allowToChangeInstallationDirectory: true