Skip to content

Commit f4246e5

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

File tree

5 files changed

+133
-0
lines changed

5 files changed

+133
-0
lines changed

apps/Winboat.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
layout: app
3+
4+
permalink: /Winboat/
5+
description: Windows for Penguins
6+
7+
icons:
8+
- Winboat/icons/scalable/winboat.svg
9+
10+
screenshots:
11+
- Winboat/screenshot.png
12+
13+
authors:
14+
- name: TibixDev
15+
url: https://github.com/TibixDev
16+
17+
links:
18+
- type: GitHub
19+
url: TibixDev/winboat
20+
- type: Download
21+
url: https://github.com/TibixDev/winboat/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Name: winboat
26+
Exec: AppRun --no-sandbox %U
27+
Terminal: false
28+
Type: Application
29+
Icon: winboat
30+
StartupWMClass: winboat
31+
X-AppImage-Version: 0.9.0
32+
Comment: Windows for Penguins
33+
Categories: Utility
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+
type: module
44+
main: main/main.js
45+
engines:
46+
node: ">=23.6.0"
47+
repository: https://github.com/TibixDev/winboat
48+
author:
49+
name: TibixDev
50+
url: https://github.com/TibixDev
51+
52+
dependencies:
53+
"@electron/remote": "^2.1.2"
54+
"@iconify/vue": "^4.3.0"
55+
"@vueuse/core": "^13.1.0"
56+
"@vueuse/motion": "^2.2.6"
57+
apexcharts: "^4.5.0"
58+
argon2: "^0.44.0"
59+
check-disk-space: "^3.4.0"
60+
consola: "^3.4.2"
61+
electron-store: "^11.0.0"
62+
form-data: "^4.0.4"
63+
jimp: "^1.6.0"
64+
marked: "^15.0.6"
65+
nanoevents: "^9.1.0"
66+
node-fetch: '2'
67+
path-browserify: "^1.0.1"
68+
turndown: "^7.2.0"
69+
usb: "^2.16.0"
70+
vue: "^3.5.13"
71+
vue-router: "^4.5.0"
72+
vue3-apexcharts: "^1.8.0"
73+
xel: "^0.33.7"
74+
yaml: "^2.7.1"
75+
---
Lines changed: 1 addition & 0 deletions
Loading

database/Winboat/package.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "winboat",
3+
"version": "0.9.0",
4+
"description": "Windows for Penguins",
5+
"type": "module",
6+
"main": "main/main.js",
7+
"engines": {
8+
"node": ">=23.6.0"
9+
},
10+
"repository": "https://github.com/TibixDev/winboat",
11+
"author": {
12+
"name": "TibixDev",
13+
"url": "https://github.com/TibixDev",
14+
"email": "[email protected]"
15+
},
16+
"dependencies": {
17+
"@electron/remote": "^2.1.2",
18+
"@iconify/vue": "^4.3.0",
19+
"@vueuse/core": "^13.1.0",
20+
"@vueuse/motion": "^2.2.6",
21+
"apexcharts": "^4.5.0",
22+
"argon2": "^0.44.0",
23+
"check-disk-space": "^3.4.0",
24+
"consola": "^3.4.2",
25+
"electron-store": "^11.0.0",
26+
"form-data": "^4.0.4",
27+
"jimp": "^1.6.0",
28+
"marked": "^15.0.6",
29+
"nanoevents": "^9.1.0",
30+
"node-fetch": "2",
31+
"path-browserify": "^1.0.1",
32+
"turndown": "^7.2.0",
33+
"usb": "^2.16.0",
34+
"vue": "^3.5.13",
35+
"vue-router": "^4.5.0",
36+
"vue3-apexcharts": "^1.8.0",
37+
"xel": "^0.33.7",
38+
"yaml": "^2.7.1"
39+
}
40+
}

database/Winboat/screenshot.png

90 KB
Loading

database/Winboat/winboat.desktop

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Desktop Entry]
2+
Name=winboat
3+
Exec=AppRun --no-sandbox %U
4+
Terminal=false
5+
Type=Application
6+
Icon=winboat
7+
StartupWMClass=winboat
8+
X-AppImage-Version=0.9.0
9+
Comment=Windows for Penguins
10+
Categories=Utility;
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

0 commit comments

Comments
 (0)