add appstream metainfo, fix .desktop file
This commit is contained in:
parent
281606dab7
commit
c306f14f86
5 changed files with 34 additions and 4 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue