-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
76 lines (76 loc) · 2.02 KB
/
electron-builder.yml
File metadata and controls
76 lines (76 loc) · 2.02 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
65
66
67
68
69
70
71
72
73
74
75
76
appId: com.mesh-client.app
productName: Mesh-client
directories:
buildResources: resources
output: release
files:
- dist/**/*
- dist-electron/**/*
- node_modules/**/*
- package.json
asarUnpack:
- 'node_modules/systeminformation/**/*'
- 'node_modules/@stoprocent/**/*'
publish:
provider: github
owner: Colorado-Mesh
repo: mesh-client
extraResources:
- from: resources/icons/win/colorado-mesh.ico
to: colorado-mesh.ico
- from: resources/icons/linux/256x256.png
to: 256x256.png
- from: resources/icons/mac/macos-menubar-icon-Template/macos-menubar-icon-Template.png
to: macos-menubar-icon-Template.png
- from: resources/icons/mac/macos-menubar-icon-Template/macos-menubar-icon-Template@2x.png
to: macos-menubar-icon-Template@2x.png
- from: resources/icons/mac/macos-menubar-icon-Template/macos-menubar-icon-Template@3x.png
to: macos-menubar-icon-Template@3x.png
mac:
# Ad-hoc signing test path.
identity: '-'
category: public.app-category.utilities
# Hardened runtime improves tamper resistance; required for notarized distribution.
hardenedRuntime: true
preAutoEntitlements: true
helperBundleId: com.mesh-client.app.helper
extendInfo:
NSBluetoothAlwaysUsageDescription: 'Mesh-client needs Bluetooth to communicate with Meshtastic devices.'
target:
- dmg
- zip
icon: resources/icons/mac/icon.icns
entitlements: resources/entitlements.mac.plist
entitlementsInherit: resources/entitlements.mac.inherit.plist
linux:
target:
- target: AppImage
arch:
- x64
- arm64
- target: deb
arch:
- x64
- arm64
- target: rpm
arch:
- x64
- arm64
category: Utility
icon: resources/icons/linux/
desktop:
entry:
StartupWMClass: 'com.mesh-client.app'
Categories: 'Utility;Network;'
extraResources:
- from: ./copyright
to: usr/share/doc/mesh-client/copyright
deb:
rpm:
win:
target:
- target: nsis
arch:
- x64
- arm64
icon: resources/icons/win/colorado-mesh.ico