Skip to content

Commit db43f26

Browse files
authored
Merge branch 'master' into aws
2 parents 8602315 + e1d016b commit db43f26

File tree

7 files changed

+90
-0
lines changed

7 files changed

+90
-0
lines changed

apps/Left.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
layout: app
3+
4+
permalink: /Left/
5+
6+
icons:
7+
- Left/icons/512x512/left.png
8+
9+
screenshots:
10+
- Left/screenshot.png
11+
12+
authors:
13+
- name: aquaspy
14+
url: https://github.com/aquaspy
15+
16+
links:
17+
- type: GitHub
18+
url: aquaspy/Left
19+
- type: Download
20+
url: https://github.com/aquaspy/Left/releases
21+
22+
desktop:
23+
Desktop Entry:
24+
Name: Left
25+
Exec: AppRun --no-sandbox %U
26+
Terminal: false
27+
Type: Application
28+
Icon: left
29+
StartupWMClass: Left
30+
X-AppImage-Version: 0.1.0
31+
Categories: Utility
32+
AppImageHub:
33+
X-AppImage-Signature: "[don't know]: invalid packet (ctb=0a) no signature found
34+
the signature could not be verified. Please remember that the signature file (.sig
35+
or .asc) should be the first file given on the command line."
36+
X-AppImage-Type: 2
37+
X-AppImage-Architecture: x86_64
38+
39+
electron:
40+
main: main.js
41+
standard:
42+
globals:
43+
- terminal
44+
- localStorage
45+
- DOMParser
46+
- onMessage
47+
- postMessage
48+
- FileReader
49+
- performance
50+
- Worker
51+
ignore:
52+
- "/node_modules/*"
53+
---
629 Bytes
Loading

database/Left/left.desktop

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

database/Left/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Left",
3+
"productName": "Left",
4+
"version": "0.1.0",
5+
"main": "main.js",
6+
"standard": {
7+
"globals": [
8+
"terminal",
9+
"localStorage",
10+
"DOMParser",
11+
"onMessage",
12+
"postMessage",
13+
"FileReader",
14+
"performance",
15+
"Worker"
16+
],
17+
"ignore": [
18+
"/node_modules/*"
19+
]
20+
}
21+
}

database/Left/screenshot.png

47.8 KB
Loading
6 Bytes
Loading
-3 Bytes
Loading

0 commit comments

Comments
 (0)