Skip to content

Commit b50d84d

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

File tree

5 files changed

+102
-0
lines changed

5 files changed

+102
-0
lines changed

apps/Nine.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
layout: app
3+
4+
permalink: /Nine/
5+
license: MIT
6+
7+
icons:
8+
- Nine/icons/512x512/Nine.png
9+
10+
screenshots:
11+
- Nine/screenshot.png
12+
13+
authors:
14+
- name: xnodeoncode
15+
url: https://github.com/xnodeoncode
16+
17+
links:
18+
- type: GitHub
19+
url: xnodeoncode/Nine
20+
- type: Download
21+
url: https://github.com/xnodeoncode/Nine/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Name: Nine
26+
Exec: AppRun --no-sandbox %U
27+
Terminal: false
28+
Type: Application
29+
Icon: Nine
30+
StartupWMClass: Nine
31+
X-AppImage-Version: 1.0.0
32+
X-AppImage-Payload-License: MIT
33+
Categories: Office
34+
AppImageHub:
35+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
36+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
37+
could not be verified. Please remember that the signature file (.sig or .asc)
38+
should be the first file given on the command line.'
39+
X-AppImage-Type: 2
40+
X-AppImage-Architecture: x86_64
41+
42+
electron:
43+
version: 1.0.0
44+
main: main.js
45+
author:
46+
name: Nine
47+
license: ''
48+
executable: Nine
49+
singleInstance: false
50+
homepage: ''
51+
splashscreen:
52+
imageFile: splash.png
53+
dependencies:
54+
dasherize: "^2.0.0"
55+
electron-host-hook: file:./ElectronHostHook
56+
electron-updater: "^6.6.2"
57+
image-size: "^1.2.1"
58+
portscanner: "^2.2.0"
59+
socket.io: "^4.8.1"
60+
---

database/Nine/Nine.desktop

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Desktop Entry]
2+
Name=Nine
3+
Exec=AppRun --no-sandbox %U
4+
Terminal=false
5+
Type=Application
6+
Icon=Nine
7+
StartupWMClass=Nine
8+
X-AppImage-Version=1.0.0
9+
X-AppImage-Payload-License=MIT
10+
Categories=Office;
11+
12+
[AppImageHub]
13+
# Dear upstream developer, please include update information in your AppImage
14+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
15+
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.
16+
X-AppImage-Type=2
17+
X-AppImage-Architecture=x86_64
47.9 KB
Loading

database/Nine/package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "co.nineapp.nine",
3+
"productName": "Nine",
4+
"description": "",
5+
"version": "1.0.0",
6+
"main": "main.js",
7+
"author": {
8+
"name": "Nine"
9+
},
10+
"license": "",
11+
"executable": "Nine",
12+
"singleInstance": false,
13+
"homepage": "",
14+
"splashscreen": {
15+
"imageFile": "splash.png"
16+
},
17+
"dependencies": {
18+
"dasherize": "^2.0.0",
19+
"electron-host-hook": "file:./ElectronHostHook",
20+
"electron-updater": "^6.6.2",
21+
"image-size": "^1.2.1",
22+
"portscanner": "^2.2.0",
23+
"socket.io": "^4.8.1"
24+
}
25+
}

database/Nine/screenshot.png

39.6 KB
Loading

0 commit comments

Comments
 (0)