You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add Arch Linux package build to desktop CI workflow
- Implement a new build step in `build-desktop-platforms.yml` to generate Arch Linux `.pkg.tar.zst` packages for the "modern" Linux target.
- Add logic to extract the project version from `gradle/libs.versions.toml` and locate the app binary directory.
- Create a standard Arch Linux package structure under `/opt/github-store` with a launcher symlink in `/usr/bin`.
- Include a `.desktop` entry, icon assets, and a generated `.PKGINFO` metadata file for `pacman` compatibility.
- Configure the workflow to upload the resulting `.pkg.tar.zst` file as a build artifact.
0 commit comments