Skip to content

Commit a6fe71d

Browse files
authored
fix: Add snap connection for camera (#1484)
1 parent e8b9bc3 commit a6fe71d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

electron-builder.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
"artifactName": "rocketchat-${version}.${arch}.${ext}"
107107
},
108108
"snap": {
109-
"artifactName": "rocketchat_${version}_${arch}.${ext}"
109+
"artifactName": "rocketchat_${version}_${arch}.${ext}",
110+
"plugs": ["desktop", "desktop-legacy", "home", "x11", "unity7", "browser-support", "network", "gsettings", "pulseaudio", "opengl", "camera"]
110111
},
111112
"afterSign": "./build/notarize.js",
112113
"publish": [

0 commit comments

Comments
 (0)