From 971cd197258dbf7f081a9068c0e7e1cc1d5134f0 Mon Sep 17 00:00:00 2001 From: The-Best-Codes Date: Mon, 17 Feb 2025 14:37:04 -0600 Subject: [PATCH] update flatpak steps --- release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.md b/release.md index d1ccdc3..0631496 100644 --- a/release.md +++ b/release.md @@ -15,9 +15,10 @@ - Push the snap package to the Snap Store using `snapcraft push ` - Perform updates on the Snap dashboard (snapcraft.io/codequill) -## Flatpak (for Flathub) +## Flatpak - Create the latest release on GitHub, since this needs to download the assets from GitHub - Update the `org.codequill.CodeQuill.yml` manifest file - Run `flatpak-builder --force-clean flatpak-build/ org.codequill.CodeQuill.yml` - A `.flatpak-builder` directory is created and the package is built in `flatpak-build/` +- Run `flatpak-builder --run flatpak-build/ org.codequill.CodeQuill.yml codequill` to test the app