We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed56b5 commit 5f5af46Copy full SHA for 5f5af46
package.json
@@ -41,6 +41,12 @@
41
"mac": {
42
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
43
"gatekeeperAssess": false,
44
+ "extendInfo": {
45
+ "NSMicrophoneUsageDescription": "The current page is asking to use your microphone",
46
+ "NSCameraUsageDescription": "The current page is asking to use your camera",
47
+ "com.apple.security.device.audio-input": true,
48
+ "com.apple.security.device.camera": true
49
+ },
50
"target": [
51
{
52
"target": "default",
0 commit comments