Skip to content

Commit 55011d1

Browse files
author
Travis CI
committed
Add automatically parsed data (828)
[ci skip]
1 parent dbd03ce commit 55011d1

File tree

4 files changed

+78
-0
lines changed

4 files changed

+78
-0
lines changed

apps/Vessel.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: app
3+
4+
permalink: /Vessel/
5+
description: A simple wallet for managing your Steem accounts.
6+
7+
screenshots:
8+
- Vessel/screenshot.png
9+
10+
authors:
11+
- name: aaroncox
12+
url: https://github.com/aaroncox
13+
14+
links:
15+
- type: GitHub
16+
url: aaroncox/vessel
17+
- type: Install
18+
url: https://github.com/aaroncox/vessel/releases
19+
20+
desktop:
21+
Desktop Entry:
22+
Name: Vessel
23+
Comment: A simple wallet for managing your Steem accounts.
24+
Exec: AppRun
25+
Terminal: false
26+
Type: Application
27+
Icon: vessel
28+
X-AppImage-Version: 0.0.7
29+
X-AppImage-BuildId: f47fe2d0-9cf2-11a7-1cf9-27c19eb5d837
30+
Categories: Network
31+
AppImageHub:
32+
X-AppImage-UpdateInformation:
33+
X-AppImage-Type: 1
34+
X-AppImage-Architecture: x86_64
35+
36+
electron:
37+
description: A simple wallet for managing your Steem accounts.
38+
main: "./main.prod.js"
39+
author:
40+
name: Aaron Cox
41+
42+
url: https://github.com/aaroncox
43+
license: MIT
44+
---

database/Vessel/package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "vessel",
3+
"productName": "vessel",
4+
"version": "0.0.7",
5+
"description": "A simple wallet for managing your Steem accounts.",
6+
"main": "./main.prod.js",
7+
"author": {
8+
"name": "Aaron Cox",
9+
"email": "[email protected]",
10+
"url": "https://github.com/aaroncox"
11+
},
12+
"license": "MIT"
13+
}

database/Vessel/screenshot.png

64.8 KB
Loading

database/Vessel/vessel.desktop

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[Desktop Entry]
2+
Name=Vessel
3+
Comment=A simple wallet for managing your Steem accounts.
4+
Exec=AppRun
5+
Terminal=false
6+
Type=Application
7+
Icon=vessel
8+
X-AppImage-Version=0.0.7
9+
X-AppImage-BuildId=f47fe2d0-9cf2-11a7-1cf9-27c19eb5d837
10+
Categories=Network;
11+
12+
[AppImageHub]
13+
X-AppImage-UpdateInformation=
14+
# Dear upstream developer, please include a digital signature in your AppImage
15+
# (e.g., with appimagetool -s) so that users can easily verify the authenticity the AppImage
16+
X-AppImage-Type=1
17+
# Dear upstream developer, please consider to switch to type 2
18+
# so that users can benefit from the additional features like digital embedded signatures
19+
# see https://github.com/AppImage/AppImageSpec/blob/master/draft.md#type-2-image-format
20+
# or use linuxdeployqt or appimagetool which produce type 2 automatically
21+
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)