Skip to content

Commit d692cdc

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 6271796 commit d692cdc

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

apps/MCP2210_Configurator.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: app
3+
4+
permalink: /MCP2210_Configurator/
5+
6+
icons:
7+
- MCP2210_Configurator/icons/128x128/mcp2210-conf.png
8+
9+
screenshots:
10+
- MCP2210_Configurator/screenshot.png
11+
12+
authors:
13+
- name: bloguetronica
14+
url: https://github.com/bloguetronica
15+
16+
links:
17+
- type: GitHub
18+
url: bloguetronica/mcp2210-conf
19+
- type: Download
20+
url: https://github.com/bloguetronica/mcp2210-conf/releases
21+
22+
desktop:
23+
Desktop Entry:
24+
Type: Application
25+
Version: 1.0
26+
Name: MCP2210 Configurator
27+
Icon: mcp2210-conf
28+
Exec: mcp2210-conf
29+
Terminal: false
30+
Categories: Development
31+
AppImageHub:
32+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
33+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
34+
could not be verified. Please remember that the signature file (.sig or .asc)
35+
should be the first file given on the command line.'
36+
X-AppImage-Type: 2
37+
X-AppImage-Architecture: x86_64
38+
---
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Version=1.0
4+
Name=MCP2210 Configurator
5+
Icon=mcp2210-conf
6+
Exec=mcp2210-conf
7+
Terminal=false
8+
Categories=Development;Electronics;
9+
10+
[AppImageHub]
11+
# Dear upstream developer, please include update information in your AppImage
12+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
13+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
14+
X-AppImage-Type=2
15+
X-AppImage-Architecture=x86_64
3.43 KB
Loading

0 commit comments

Comments
 (0)