From 99d3b6ae17014cedb0839fd89ca0c46bcbeaf02f Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:02:08 +0200 Subject: [PATCH] Update CI/CD README with Flatpak and macOS details Added Flatpak bundle to the list of Linux artifacts and clarified that the macOS zipped application bundle is for arm64 architecture. --- .github/CI_CD_README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CI_CD_README.md b/.github/CI_CD_README.md index 3bd04d7..e7e31ab 100644 --- a/.github/CI_CD_README.md +++ b/.github/CI_CD_README.md @@ -48,9 +48,10 @@ The workflow creates the following files based on the platform: - `YTSage-v{version}-{arch}.AppImage` - AppImage portable (x86_64, aarch64) - `YTSage-v{version}-{arch}.rpm` - RPM package - `YTSage-v{version}-{arch}.deb` - Debian package +- `YTSage-v{version}-{arch}.flatpak` - Flatpak bundle #### macOS -- `YTSage-v{version}-{arch}.app.zip` - Zipped application bundle (x64, arm64) +- `YTSage-v{version}-{arch}.app.zip` - Zipped application bundle arm64 - `YTSage-v{version}-{arch}.dmg` - Disk image installer ## Workflow Features @@ -63,7 +64,7 @@ The workflow creates the following files based on the platform: ### Manual Versioning - Version is strictly controlled by the input you provide at runtime. - No longer dependent on git tags, reducing accidental releases. - + ### Caching - Python dependencies and virtual environments are cached to speed up builds.