Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
path: |
release/*.AppImage
release/*.deb
release/*.pacman
release/latest-linux.yml
retention-days: 5

Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
release/latest.yml
release/*.AppImage
release/*.deb
release/*.pacman
release/latest-linux.yml
release/*.dmg
release/*.zip
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
"arch": [
"x64"
]
},
{
"target": "pacman",
"arch": [
"x64"
]
}
Comment on lines +103 to 108
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.
],
"icon": "public/icon.png",
Expand Down