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(github): implement proper AppImage generation for Linux
This commit replaces the simple tar.gz packaging of the application binaries with a proper `.AppImage` build process using `appimagetool`. It configures the necessary AppDir structure, including the `AppRun` entry point, desktop integration, and icon assets.
- **ci(github)**: Integrated `appimagetool` into the `build-desktop-platforms` workflow for the Linux "modern" matrix.
- **ci(github)**: Implemented `AppDir` creation logic with custom `AppRun` script and `.desktop` file generation.
- **ci(github)**: Updated the upload artifact step to provide the `.AppImage` file directly instead of a compressed archive.
- **chore**: Disabled artifact compression for the AppImage as the format is already compressed.
0 commit comments