From 25c2103c9ebc48d7551355fd876610cc94ee1eda Mon Sep 17 00:00:00 2001 From: forgou37 Date: Wed, 6 May 2026 21:20:41 +0300 Subject: [PATCH] feat: add snap target to electron-builder linux configuration --- apps/desktop/electron-builder.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/apps/desktop/electron-builder.yml b/apps/desktop/electron-builder.yml index 08b2845..75ed4d0 100644 --- a/apps/desktop/electron-builder.yml +++ b/apps/desktop/electron-builder.yml @@ -64,6 +64,10 @@ linux: arch: - x64 - arm64 + - target: snap + arch: + - x64 + - arm64 category: Network maintainer: Profullstack, Inc. artifactName: '${productName}-${version}-${arch}.${ext}' @@ -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