Skip to content

Commit 0fad1eb

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

File tree

4 files changed

+203
-0
lines changed

4 files changed

+203
-0
lines changed

apps/strongbox.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: app
3+
4+
permalink: /strongbox/
5+
description: World of Warcraft addon manager
6+
7+
icons:
8+
- strongbox/icons/scalable/strongbox.svg
9+
10+
screenshots:
11+
- strongbox/screenshot.png
12+
13+
authors:
14+
- name: ogri-la
15+
url: https://github.com/ogri-la
16+
17+
links:
18+
- type: GitHub
19+
url: ogri-la/strongbox
20+
- type: Download
21+
url: https://github.com/ogri-la/strongbox/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Type: Application
26+
Version: 1.0
27+
Name: Strongbox
28+
GenericName: addon manager
29+
Comment: World of Warcraft addon manager
30+
Exec: AppRun
31+
Terminal: false
32+
Categories: Game
33+
Icon: strongbox
34+
Keywords: warcraft
35+
AppImageHub:
36+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
37+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
38+
could not be verified. Please remember that the signature file (.sig or .asc)
39+
should be the first file given on the command line.'
40+
X-AppImage-Type: 2
41+
X-AppImage-Architecture: x86_64
42+
---
Loading

database/strongbox/screenshot.png

22.2 KB
Loading

database/strongbox/strongbox.desktop

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[Desktop Entry]
2+
# https://specifications.freedesktop.org/desktop-entry-spec/1.0/
3+
Type=Application
4+
Version=1.0
5+
Name=Strongbox
6+
GenericName=addon manager
7+
Comment=World of Warcraft addon manager
8+
Exec=AppRun
9+
Terminal=false
10+
Categories=Game;PackageManager;Java;
11+
Icon=strongbox
12+
Keywords=warcraft;wow;world of warcraft;elvui;tukui;wowinterface;github;
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)