MacOs: properly request microphone and camera permission (#121)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
committed by
GitHub
parent
e29d293855
commit
c445c6194f
@@ -94,7 +94,13 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"category": "Network"
|
||||
"category": "Network",
|
||||
"extendInfo": {
|
||||
"NSMicrophoneUsageDescription": "This app needs access to the microphone",
|
||||
"NSCameraUsageDescription": "This app needs access to the camera",
|
||||
"com.apple.security.device.audio-input": true,
|
||||
"com.apple.security.device.camera": true
|
||||
}
|
||||
},
|
||||
"nsis": {
|
||||
"include": "build/installer.nsh",
|
||||
|
||||
Reference in New Issue
Block a user