-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
36 lines (36 loc) · 933 Bytes
/
Copy pathelectron-builder.yml
File metadata and controls
36 lines (36 loc) · 933 Bytes
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
appId: com.meetpods.app
productName: MeetPods
mac:
category: public.app-category.productivity
target: dmg
icon: assets/icon.png
identity: null
extendInfo:
NSAccessibilityUsageDescription: 'MeetPods needs Accessibility access to intercept media key events from AirPods.'
NSMicrophoneUsageDescription: "MeetPods needs microphone access to detect AirPods mute gestures and suppress the 'Cannot Control Mic' notification."
dmg:
title: MeetPods
background: assets/dmg-background@2x.png
window:
width: 480
height: 300
contents:
- x: 140
y: 155
- x: 340
y: 155
type: link
path: /Applications
files:
- 'dist/main/**/*'
- 'node_modules/**/*'
- 'package.json'
extraResources:
- from: src/native/build/Release/media_key_tap.node
to: native/media_key_tap.node
- from: dist/extension/
to: extension/
- from: assets/
to: assets/
filter:
- '*.png'