Skip to content

Commit 5396eea

Browse files
authored
chore: remove unnecessary permissions from setapp build (#216)
1 parent 9ca7b67 commit 5396eea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

electron-builder-setapp.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@
6868
"com.setapp.DesktopClient.SetappAgent"
6969
]
7070
}
71-
}
71+
},
72+
"NSCameraUsageDescription": null,
73+
"NSMicrophoneUsageDescription": null,
74+
"NSBluetoothAlwaysUsageDescription": null,
75+
"NSBluetoothPeripheralUsageDescription": null
7276
},
7377
"files": [
7478
"!**/.git/*",

0 commit comments

Comments
 (0)