Skip to content

feat: add snap build target#5

Merged
ralyodio merged 2 commits into
profullstack:masterfrom
forgou37:feat/snap-build
May 7, 2026
Merged

feat: add snap build target#5
ralyodio merged 2 commits into
profullstack:masterfrom
forgou37:feat/snap-build

Conversation

@forgou37
Copy link
Copy Markdown
Contributor

@forgou37 forgou37 commented May 7, 2026

Closes #3

Adds Snap as a Linux build target in electron-builder.yml.

Changes:

  • Added snap target (x64 + arm64) to linux.target
  • Added snap config section with:
    • confinement: classic — required for screen sharing and remote control (nut.js needs unrestricted input access)
    • grade: stable
    • Stage packages matching the existing deb dependencies
    • TMPDIR env var set to $XDG_RUNTIME_DIR (Snap best practice)

Build:

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

The snap will be published to the Snap Store as part of the existing GitHub release flow.

@ralyodio ralyodio merged commit bc2a307 into profullstack:master May 7, 2026
2 checks passed
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