Skip to content

Commit

Permalink
update flatpak steps
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Feb 17, 2025
1 parent c52f318 commit 971cd19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
- Push the snap package to the Snap Store using `snapcraft push <snap-file>`
- 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

0 comments on commit 971cd19

Please sign in to comment.