Add Flatpak updating instructions

This commit is contained in:
Joshua Goins 2024-05-26 09:59:52 -04:00
parent 9b8137840e
commit d77907b3fb
2 changed files with 11 additions and 0 deletions

View file

@ -87,6 +87,10 @@ Currently the website has to be kept up to date manually:
2. Create a new version page & update the changelog link. 2. Create a new version page & update the changelog link.
3. Update the source tarball link, including the size (if changed) and the SHA256. 3. Update the source tarball link, including the size (if changed) and the SHA256.
## Update the Flatpak
Make sure to run the process described in [Updating the Flatpak](astra/updating-flatpak).
## Update the distro packaging ## Update the distro packaging
There are three packages to update and test: There are three packages to update and test:

View file

@ -0,0 +1,7 @@
---
title: "Updating the Flatpak"
---
When the Flatpak repository needs updating, first run `scripts/build-flatpak-for-repo.sh`. The repository state path is hardcoded to `/home/josh/sources/flatpak-distrib` and to my personal GPG key for now.
Once that's done, run `scripts/copy-repo-to-server.sh` and then the Flatpak repository should be updated.