Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions apps/desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ linux:
arch:
- x64
- arm64
- target: snap
arch:
- x64
- arm64
category: Network
maintainer: Profullstack, Inc.
artifactName: '${productName}-${version}-${arch}.${ext}'
Expand Down Expand Up @@ -94,6 +98,26 @@ rpm:
- libXtst
- xdg-utils

snap:
confinement: strict
grade: stable
summary: Collaborative screen sharing with simultaneous remote control
plugs:
- default
- x11
- wayland
- audio-record
- audio-playback
- camera
- network
- network-bind
- desktop
- desktop-legacy
- opengl
- home
- removable-media
- screen-inhibit-control

nsis:
oneClick: false
allowToChangeInstallationDirectory: true
Expand Down