Skip to content

sync main to develop#69

Merged
altaskur merged 4 commits intodevelopfrom
main
Feb 14, 2026
Merged

sync main to develop#69
altaskur merged 4 commits intodevelopfrom
main

Conversation

@altaskur
Copy link
Copy Markdown
Owner

This pull request adds support for building and releasing Pacman packages for Linux (typically used for Arch Linux) alongside the existing AppImage and Debian packages. The changes ensure that Pacman packages are included in both the build process and release artifacts.

Linux packaging and release enhancements:

  • Added a new build target for the Pacman package format with x64 architecture in the package.json configuration.
  • Updated the GitHub Actions workflow in .github/workflows/release.yml to include Pacman packages (*.pacman) in the release artifacts for both Linux-specific and general release steps. [1] [2]

altaskur and others added 4 commits February 11, 2026 17:58
- Add pacman target to Linux build configuration in package.json
- Update release workflow to include .pacman files in artifacts
- Update GitHub release creation to include pacman packages

Co-authored-by: altaskur <105789412+altaskur@users.noreply.github.com>
feat: add Arch Linux pacman packaging support
@altaskur altaskur requested a review from Copilot February 14, 2026 11:53
@altaskur altaskur merged commit 05b3555 into develop Feb 14, 2026
5 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Arch Linux/Pacman packaging to the existing Electron build + GitHub Release pipeline so Pacman artifacts are built and attached alongside AppImage and Debian packages.

Changes:

  • Added an electron-builder Linux target for pacman (x64) in package.json.
  • Updated .github/workflows/release.yml to upload and attach release/*.pacman artifacts in both the Linux artifact upload step and the final GitHub Release step.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Adds pacman to the electron-builder Linux target list (x64).
.github/workflows/release.yml Includes *.pacman in uploaded artifacts and release asset globs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines +103 to 108
{
"target": "pacman",
"arch": [
"x64"
]
}
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pacman packages are now produced and uploaded, but the user-facing download documentation still only lists Linux as .AppImage/.deb (see README.md). Please update the supported platforms/download section to include the new Pacman/Arch package so users can discover it.

Copilot uses AI. Check for mistakes.
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.

3 participants