[PR #5947] [MERGED] :electron: Prep for flathub - arm64 support and metainfo #55531

Closed
opened 2026-05-01 02:32:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5947
Author: @MikesGlitch
Created: 10/17/2025
Status: Merged
Merged: 10/17/2025
Merged by: @MikesGlitch

Base: masterHead: prep-for-flathub


📝 Commits (7)

📊 Changes

5 files changed (+63 additions, -9 deletions)

View changed files

📝 .github/workflows/electron-master.yml (+3 -3)
📝 .github/workflows/electron-pr.yml (+3 -3)
packages/desktop-electron/extra-resources/linux/com.actualbudget.actual.metainfo.xml (+34 -0)
📝 packages/desktop-electron/package.json (+17 -3)
upcoming-release-notes/5947.md (+6 -0)

📄 Description

  • Added metainfo, which would be used for the flathub page
  • Building appimage for arm64 - arm64 is a precondition for flathub and makes sense to support it
  • Not building flatpak for arm64 because the CI was giving errors (worked fine locally tho) - we may be able to get rid of our flatpak builds if we can get the flathub repo.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5947 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 10/17/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `prep-for-flathub` --- ### 📝 Commits (7) - [`208f838`](https://github.com/actualbudget/actual/commit/208f83844d27c7099865d9690818c7be22d70efa) prep for flathub -arm64 build and metainfo - [`ef512d5`](https://github.com/actualbudget/actual/commit/ef512d5e14bc39617f3a299698095d7140b55312) release note - [`96f522e`](https://github.com/actualbudget/actual/commit/96f522e44f0897064ea26118c038adde3b238a5b) spelling mistake - [`e6c9a03`](https://github.com/actualbudget/actual/commit/e6c9a0366fb5ca11a6e71beb2ab8765a2d229fb7) whitespace removal - [`db1eb82`](https://github.com/actualbudget/actual/commit/db1eb82c323b1c5dbbdb379d3c550f78e8ff2eec) arch build issues - [`bec6a34`](https://github.com/actualbudget/actual/commit/bec6a345249ccb625bbe82c40cc988cdbad487af) hmm - [`1fd9fc0`](https://github.com/actualbudget/actual/commit/1fd9fc013437a58db5c168852eeaadffcfe5d99e) removing arm64 from flatpak - that would get bundled by flathub anyway ### 📊 Changes **5 files changed** (+63 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/electron-master.yml` (+3 -3) 📝 `.github/workflows/electron-pr.yml` (+3 -3) ➕ `packages/desktop-electron/extra-resources/linux/com.actualbudget.actual.metainfo.xml` (+34 -0) 📝 `packages/desktop-electron/package.json` (+17 -3) ➕ `upcoming-release-notes/5947.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> - Added metainfo, which would be used for the flathub page - Building appimage for arm64 - arm64 is a precondition for flathub and makes sense to support it - Not building flatpak for arm64 because the CI was giving errors (worked fine locally tho) - we may be able to get rid of our flatpak builds if we can get the flathub repo. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 02:32:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#55531