add appstream metainfo, fix .desktop file

This commit is contained in:
Christian Schendel 2025-10-13 22:05:02 +02:00
parent 281606dab7
commit c306f14f86
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
5 changed files with 34 additions and 4 deletions

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.universal_debloater_alliance.universal_android_debloater</id>
<name>Universal Android Debloater</name>
<summary>Remove pre-installed apps on your Android device</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
Cross-platform GUI written in Rust using ADB to debloat non-rooted Android devices
</p>
</description>
<launchable type="desktop-id">uad-ng.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/refs/heads/main/resources/screenshots/v1.0.2.png</image>
</screenshot>
</screenshots>
</component>