Skip to content

Commit

Permalink
FranzCross,flatpak: fixup appdata, install it
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Oct 20, 2023
1 parent f92719f commit ce4a91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions FranzCross/flatpak/io.defn.Franz.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<name>Franz</name>
<summary>A desktop client for Apache Kafka</summary>
<metadata_license>CC-BY-SA</metadata_license>
<project_license>Proprietary</project_license>
<project_license>LicenseRef-proprietary=https://franz.defn.io/license.html</project_license>
<developer_name>CLEARTYPE SRL</developer_name>

<url type="homepage">https://franz.defn.io</url>
<url type="help">https://franz.defn.io/manual</url>
<url type="bugtracker">mailto:[email protected]</url>

<description>
<p>Franz is a desktop client for Apache Kafka and other Apache Kafka-compatible brokers like RedPanda. Use it to inspect and modify the state of your cluster, search for your data, modify consumer groups and more.</p>
Expand Down
1 change: 1 addition & 0 deletions FranzCross/flatpak/io.defn.Franz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ modules:
- cp -r lib /app/lib
- install -D icon.svg /app/share/icons/hicolor/scalable/apps/io.defn.Franz.svg
- install -D io.defn.Franz.desktop /app/share/applications/io.defn.Franz.desktop
- install -D io.defn.Franz.appdata.xml /app/share/appdata/io.defn.Franz.appdata.xml
build-options:
no-debuginfo: true
sources:
Expand Down

0 comments on commit ce4a91a

Please sign in to comment.