Skip to content

feat: add snap build target for Linux#4

Open
forgou37 wants to merge 1 commit into
profullstack:masterfrom
forgou37:master
Open

feat: add snap build target for Linux#4
forgou37 wants to merge 1 commit into
profullstack:masterfrom
forgou37:master

Conversation

@forgou37
Copy link
Copy Markdown
Contributor

@forgou37 forgou37 commented May 6, 2026

Adds Snap packaging support to the electron-builder Linux configuration.

Changes

  • Added snap target (x64 + arm64) to the linux targets in electron-builder.yml
  • Added snap: configuration block with:
    • confinement: strict — sandboxed distribution via Snap Store
    • grade: stable
    • Required plugs for screen sharing: x11, wayland, audio-record, audio-playback, camera, network, desktop, opengl, screen-inhibit-control

Usage

pnpm desktop:package:linux
# or specifically:
pnpm build && electron-builder --linux snap

This produces a .snap file in apps/desktop/out/ that can be distributed via the Snap Store or installed locally with snap install --dangerous pairux_*.snap.

Closes #3

@ralyodio
Copy link
Copy Markdown
Contributor

ralyodio commented May 8, 2026

please resolve conflicst

@ralyodio
Copy link
Copy Markdown
Contributor

can you resolve the conflicts?

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

1 similar comment
@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@ralyodio
Copy link
Copy Markdown
Contributor

please resolve teh conflicts or close this pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pairux needs a snap build

2 participants