Skip to content

feat(app): add initial flatpak support#34

Merged
Keshav-writes-code merged 3 commits intodevfrom
feat/flatpak-support
Feb 1, 2026
Merged

feat(app): add initial flatpak support#34
Keshav-writes-code merged 3 commits intodevfrom
feat/flatpak-support

Conversation

@Keshav-writes-code
Copy link
Copy Markdown
Owner

No description provided.

@Keshav-writes-code Keshav-writes-code mentioned this pull request Feb 1, 2026
@Keshav-writes-code Keshav-writes-code marked this pull request as ready for review February 1, 2026 10:54
Copilot AI review requested due to automatic review settings February 1, 2026 10:54
@Keshav-writes-code Keshav-writes-code merged commit a8a3287 into dev Feb 1, 2026
2 of 17 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds initial Flatpak support for the Cherit app, enabling Linux distribution through the Flatpak ecosystem. The changes establish the necessary configuration files and build infrastructure for creating a Flatpak package.

Changes:

  • Added Flatpak manifest and metadata configuration files for app packaging
  • Configured Tauri to include Flatpak metadata in Linux builds
  • Added flatpak-builder-tools as a git submodule for build automation

Reviewed changes

Copilot reviewed 5 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
apps/app/yarn.lock Auto-generated lockfile with dependency versions
apps/app/src-tauri/tauri.conf.json Added Linux deb configuration to bundle metainfo.xml
apps/app/distribute/linux/flatpak/metainfo.xml Created AppStream metadata file with app details
apps/app/distribute/linux/flatpak/io.github.keshav-writes-code.cherit.yml Added Flatpak manifest with build configuration
apps/app/distribute/linux/flatpak/flatpak-builder-tools Added submodule for Flatpak build tools
.gitmodules Registered flatpak-builder-tools as git submodule

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<recommends>
<display_length compare="ge">360</display_length>
</recommends>
<summary>A WSYIWYG Markdown Editor Inspired by Obsidian</summary>
Copy link

Copilot AI Feb 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'WSYIWYG' to 'WYSIWYG' (What You See Is What You Get).

Suggested change
<summary>A WSYIWYG Markdown Editor Inspired by Obsidian</summary>
<summary>A WYSIWYG Markdown Editor Inspired by Obsidian</summary>

Copilot uses AI. Check for mistakes.
@Keshav-writes-code Keshav-writes-code linked an issue Feb 18, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flatpak?

2 participants