Skip to content

Commit fe95200

Browse files
committed
Add flatpak resources
1 parent 8875ef5 commit fe95200

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Name=RDM
4+
Comment=Cross-platform open source database management tool for Redis ®
5+
Type=Application
6+
Categories=Development;
7+
Exec=rdm
8+
Terminal=false
9+
StartupNotify=true
10+
Icon=dev.rdm.RDM
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>dev.rdm.RDM</id>
4+
<metadata_license>CC0-1.0</metadata_license>
5+
<project_license>GPL-3.0-only</project_license>
6+
<name>Redis Desktop Manager</name>
7+
<summary>Cross-platform open source database management tool for Redis ®</summary>
8+
<description>
9+
<p>RDM — is a fast open source Redis ® database management application for Windows, Linux and MacOS.
10+
This tool offers you an easy-to-use GUI to access your Redis ® DB and perform some basic operations: view keys as a tree, CRUD keys, execute commands via shell.
11+
RDM supports SSL/TLS encryption, SSH tunnels and cloud Redis instances, such as: Amazon ElastiCache, Microsoft Azure Redis Cache and other Redis ® clouds.</p>
12+
</description>
13+
<url type="homepage">https://rdm.dev/</url>
14+
<launchable type="desktop-id">dev.rdm.RDM.desktop</launchable>
15+
<screenshots>
16+
<screenshot type="default">
17+
<image type="source">https://rdm.dev/static/img/features/all.png?v=20202</image>
18+
</screenshot>
19+
</screenshots>
20+
<content_rating type="oars-1.0"/>
21+
<releases>
22+
<release version="2021.7" date="2021-07-16"/>
23+
</releases>
24+
</component>

0 commit comments

Comments
 (0)