mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix(pkg): appstream syntax error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=picoforge
|
||||
Name=PicoForge
|
||||
Exec=picoforge
|
||||
Icon=in.suyogtandel.picoforge
|
||||
Terminal=false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<component type="desktop-application">
|
||||
<id>in.suyogtandel.picoforge</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
@@ -7,7 +7,8 @@
|
||||
<name>PicoForge</name>
|
||||
<summary>Security keys configuration tool</summary>
|
||||
<description>
|
||||
<p>PicoForge is a modern desktop application for configuring and managing pico-fido and LibreKeys security keys. Built with Rust and GPUI, it provides an intuitive interface for reading device information, configuring USB identifiers, adjusting LED settings, managing security features, and monitoring stored credentials.</p>
|
||||
<p
|
||||
>PicoForge is a modern desktop application for configuring and managing pico-fido and LibreKeys security keys. Built with Rust and GPUI, it provides an intuitive interface for reading device information, configuring USB identifiers, adjusting LED settings, managing security features, and monitoring stored credentials.</p>
|
||||
</description>
|
||||
|
||||
<developer id="in.suyogtandel">
|
||||
@@ -41,15 +42,18 @@
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://raw.githubusercontent.com/librekeys/picoforge/refs/tags/v0.5.0/data/screenshots/screenshot-1.webp</image>
|
||||
<image
|
||||
>https://raw.githubusercontent.com/librekeys/picoforge/refs/tags/v0.5.0/data/screenshots/screenshot-1.webp</image>
|
||||
<caption>Main Interface</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/librekeys/picoforge/refs/tags/v0.5.0/data/screenshots/screenshot-2.webp</image>
|
||||
<image
|
||||
>https://raw.githubusercontent.com/librekeys/picoforge/refs/tags/v0.5.0/data/screenshots/screenshot-2.webp</image>
|
||||
<caption>PassKeys Management</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/librekeys/picoforge/refs/tags/v0.5.0/data/screenshots/screenshot-3.webp</image>
|
||||
<image
|
||||
>https://raw.githubusercontent.com/librekeys/picoforge/refs/tags/v0.5.0/data/screenshots/screenshot-3.webp</image>
|
||||
<caption>Configuration Interface</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
@@ -61,7 +65,6 @@
|
||||
<p>Release 0.5.0</p>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
<release version="0.4.1" date="2026-02-22">
|
||||
<url type="details">https://github.com/librekeys/picoforge/releases/tag/v0.4.1</url>
|
||||
<description translate="no">
|
||||
|
||||
Reference in New Issue
Block a user