Vaani/linux
google-labs-jules[bot] d1cb638d5f feat: Add AppImage build and generic naming for Linux artifacts
This commit introduces the following changes to the Linux release process:

- **AppImage Support:** The GitHub Actions workflow (`flutter-ci.yaml`) now builds an AppImage alongside the existing .deb package for Linux releases. This involves:
    - Installing `appimagetool` and `locate` as part of the build dependencies.
    - Updating the `fastforge package` command to include `appimage` as a target.
    - Adding a new AppImage configuration file (`linux/packaging/appimage/make_config.yaml`), based on the existing .deb configuration. A TODO has been added to this file to prompt review for AppImage-specific fields.

- **Generic Artifact Naming:** Both the .deb and AppImage files are now renamed to generic, version-less names (`fast-forge-linux-amd64.deb` and `fast-forge-linux-amd64.AppImage`) before being uploaded as release artifacts. This makes it easier to provide stable download links.

- **README Update:** The `README.md` has been updated with direct download links to these generically named .deb and AppImage files from the latest GitHub release.
2025-05-22 02:45:30 +00:00
..
flutter feat: multiple theming options (#50) 2024-10-05 10:01:08 -04:00
packaging feat: Add AppImage build and generic naming for Linux artifacts 2025-05-22 02:45:30 +00:00
.gitignore something 2024-05-08 05:03:49 -04:00
CMakeLists.txt chore: Update app label and branding to "Vaani" 2024-08-23 04:23:42 -04:00
main.cc something 2024-05-08 05:03:49 -04:00
my_application.cc feat: add Linux packaging support (#70) 2025-04-05 10:31:07 +05:30
my_application.h something 2024-05-08 05:03:49 -04:00