Skip to content

Commit ce9bb67

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

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

apps/VisualLVMRemote.yml.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: app
3+
4+
permalink: /VisualLVMRemote.yml/
5+
description: The remote/local GUI LVM manager
6+
7+
icons:
8+
- VisualLVMRemote.yml/icons/320x320/visual-lvm-remote.png
9+
10+
screenshots:
11+
- VisualLVMRemote.yml/screenshot.png
12+
13+
authors:
14+
- name: welees
15+
url: https://github.com/welees
16+
17+
links:
18+
- type: GitHub
19+
url: welees/visual-lvm
20+
- type: Download
21+
url: https://github.com/welees/visual-lvm/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Name: Visual LVM Remote
26+
Exec: "/usr/bin/vlvmserver"
27+
Icon: visual-lvm-remote
28+
Type: Application
29+
Categories: Utility
30+
StartupNotify: false
31+
Terminal: true
32+
GenericName: Visual LVM Remote
33+
GenericName[zh-cn]: Visual LVM Remote
34+
Comment: The remote/local GUI LVM manager
35+
Comment[zh-cn]: The remote/local GUI LVM manager
36+
AppImageHub:
37+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
38+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
39+
could not be verified. Please remember that the signature file (.sig or .asc)
40+
should be the first file given on the command line.'
41+
X-AppImage-Type: 2
42+
X-AppImage-Architecture: x86_64
43+
---
Loading
781 Bytes
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[Desktop Entry]
2+
Name=Visual LVM Remote
3+
Exec=/usr/bin/vlvmserver
4+
Icon=visual-lvm-remote
5+
Type=Application
6+
Categories=Utility;
7+
StartupNotify=false
8+
Terminal=true
9+
GenericName=Visual LVM Remote
10+
GenericName[zh-cn]=Visual LVM Remote
11+
Comment=The remote/local GUI LVM manager
12+
Comment[zh-cn]=The remote/local GUI LVM manager
13+
14+
[AppImageHub]
15+
# Dear upstream developer, please include update information in your AppImage
16+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
17+
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.
18+
X-AppImage-Type=2
19+
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)