mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-01-07 21:01:00 +00:00
* feat: use flutter_distrubutor to build linux packages * feat: verify deb on Linux * chore: update rpm deps * chore: update codesign files * chore: update rpm make_config.yaml * chore: update release.yml * chore: update release.yml * chore: update feed url * chore: rename AppFlowy to appflowy * chore: update CHANGELOG.md (#7397) * chore: create release path if not exist * feat: support appimage * Revert "feat: support appimage" This reverts commit cb7dcf725c9443f5f9d0e3c3ceb4413a4f875e6a. * fix: cp deb/rpm error * feat: support appimage * chore: add linux build script * feat: add macos build script * feat: update linux scripts * chore: update linux scripts * chore: update relesae script * chore: update macos build scripts * chore: rename macOS package name * chore: add keychain in release.yaml * chore: update macos build steps in release.yaml * chore: update macos script desc * chore: remove sudo * feat: support tar.xz package type * feat: support tar.xz package type * chore: add fuse --------- Co-authored-by: Morn <agedchen@gmail.com>
46 lines
1.8 KiB
XML
46 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>io.appflowy.appflowy</id>
|
|
|
|
<name>AppFlowy</name>
|
|
<summary>Open Source Notion Alternative</summary>
|
|
|
|
<metadata_license>CC-BY-4.0</metadata_license>
|
|
<project_license>AGPL-3.0-only</project_license>
|
|
|
|
<description>
|
|
<p>
|
|
# Built for teams that need more control and flexibility ## 100% data control You can host
|
|
AppFlowy wherever you want; no vendor lock-in.
|
|
</p>
|
|
<p>
|
|
## Unlimited customizations Design and modify AppFlowy your way with an open core codebase.
|
|
</p>
|
|
<p>
|
|
## One codebase supporting multiple platforms AppFlowy is built with Flutter and Rust. What
|
|
does this mean? Faster development, better native experience, and more reliable performance.
|
|
</p>
|
|
<p>
|
|
# Built for individuals who care about data security and mobile experience ## 100% control of
|
|
your data Download and install AppFlowy on your local machine. You own and control your
|
|
personal data.
|
|
</p>
|
|
<p>
|
|
## Extensively extensible For those with no coding experience, AppFlowy enables you to create
|
|
apps that suit your needs. It's built on a community-driven toolbox, including templates,
|
|
plugins, themes, and more.
|
|
</p>
|
|
<p>
|
|
## Truly native experience Faster, more stable with support for offline mode. It's also
|
|
better integrated with different devices. Moreover, AppFlowy enables users to access features
|
|
and possibilities not available on the web.
|
|
</p>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">io.appflowy.appflowy.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://github.com/AppFlowy-IO/appflowy/raw/main/doc/imgs/welcome.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
</component> |