Skip to content

Commit 1348764

Browse files
authored
feat: add new application entries (#196)
2 parents 14da67f + ff2727b commit 1348764

22 files changed

+207
-2
lines changed

my_unicorn/catalog/affine.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"owner": "toeverything",
3+
"repo": "AFFiNE",
4+
"appimage": {
5+
"rename": "affine",
6+
"name_template": "",
7+
"characteristic_suffix": []
8+
},
9+
"github": {
10+
"repo": true,
11+
"prerelease": false
12+
},
13+
"verification": {
14+
"digest": true,
15+
"skip": false,
16+
"checksum_file": "",
17+
"checksum_hash_type": "sha256"
18+
},
19+
"icon": {
20+
"extraction": true,
21+
"url": "",
22+
"name": "affine.png"
23+
}
24+
}

my_unicorn/catalog/anytype.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"owner": "anyproto",
3+
"repo": "anytype-ts",
4+
"appimage": {
5+
"rename": "anytype",
6+
"name_template": "",
7+
"characteristic_suffix": []
8+
},
9+
"github": {
10+
"repo": true,
11+
"prerelease": false
12+
},
13+
"verification": {
14+
"digest": true,
15+
"skip": false,
16+
"checksum_file": "",
17+
"checksum_hash_type": "sha256"
18+
},
19+
"icon": {
20+
"extraction": true,
21+
"url": "",
22+
"name": "anytype.png"
23+
}
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"owner": "beekeeper-studio",
3+
"repo": "beekeeper-studio",
4+
"appimage": {
5+
"rename": "beekeeper-studio",
6+
"name_template": "",
7+
"characteristic_suffix": []
8+
},
9+
"github": {
10+
"repo": true,
11+
"prerelease": false
12+
},
13+
"verification": {
14+
"digest": true,
15+
"skip": false,
16+
"checksum_file": "",
17+
"checksum_hash_type": "sha256"
18+
},
19+
"icon": {
20+
"extraction": true,
21+
"url": "",
22+
"name": "beekeeper-studio.png"
23+
}
24+
}

my_unicorn/catalog/cherrytree.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"owner": "giuspen",
3+
"repo": "cherrytree",
4+
"appimage": {
5+
"rename": "cherrytree",
6+
"name_template": "",
7+
"characteristic_suffix": []
8+
},
9+
"github": {
10+
"repo": true,
11+
"prerelease": false
12+
},
13+
"verification": {
14+
"digest": true,
15+
"skip": false,
16+
"checksum_file": "",
17+
"checksum_hash_type": "sha256"
18+
},
19+
"icon": {
20+
"extraction": true,
21+
"url": "",
22+
"name": "cherrytree.png"
23+
}
24+
}

my_unicorn/catalog/drawio.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"owner": "jgraph",
3+
"repo": "drawio-desktop",
4+
"appimage": {
5+
"rename": "drawio-desktop",
6+
"name_template": "",
7+
"characteristic_suffix": []
8+
},
9+
"github": {
10+
"repo": true,
11+
"prerelease": false
12+
},
13+
"verification": {
14+
"digest": true,
15+
"skip": false,
16+
"checksum_file": "",
17+
"checksum_hash_type": "sha256"
18+
},
19+
"icon": {
20+
"extraction": true,
21+
"url": "",
22+
"name": "drawio-desktop.png"
23+
}
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"owner": "endless-sky",
3+
"repo": "endless-sky",
4+
"appimage": {
5+
"rename": "endless-sky",
6+
"name_template": "{repo}-{characteristic_suffix}.AppImage",
7+
"characteristic_suffix": ["x86_64.AppImage"]
8+
},
9+
"github": {
10+
"repo": true,
11+
"prerelease": false
12+
},
13+
"verification": {
14+
"digest": true,
15+
"skip": false,
16+
"checksum_file": "",
17+
"checksum_hash_type": "sha256"
18+
},
19+
"icon": {
20+
"extraction": true,
21+
"url": "",
22+
"name": "endless-sky.png"
23+
}
24+
}

my_unicorn/catalog/freecad.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"owner": "FreeCAD",
3+
"repo": "FreeCAD",
4+
"appimage": {
5+
"rename": "freecad",
6+
"name_template": "",
7+
"characteristic_suffix": []
8+
},
9+
"github": {
10+
"repo": true,
11+
"prerelease": false
12+
},
13+
"verification": {
14+
"digest": true,
15+
"skip": false,
16+
"checksum_file": "",
17+
"checksum_hash_type": "sha256"
18+
},
19+
"icon": {
20+
"extraction": true,
21+
"url": "",
22+
"name": "freecad.png"
23+
}
24+
}

my_unicorn/catalog/freetube.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"checksum_hash_type": "sha256"
1818
},
1919
"icon": {
20+
"extraction": true,
2021
"url": "https://raw.githubusercontent.com/FreeTubeApp/FreeTube/development/_icons/icon.svg",
2122
"name": "freetube.svg"
2223
}

my_unicorn/catalog/heroicgameslauncher.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"checksum_hash_type": "sha256"
2020
},
2121
"icon": {
22+
"extraction": true,
2223
"url": "https://raw.githubusercontent.com/Heroic-Games-Launcher/HeroicGamesLauncher/main/public/icon.png",
2324
"name": "heroicgameslauncher.png"
2425
}

my_unicorn/catalog/joplin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"checksum_hash_type": "sha256"
2020
},
2121
"icon": {
22+
"extraction": true,
2223
"url": "https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/LinuxIcons/256x256.png",
2324
"name": "joplin.png"
2425
}

0 commit comments

Comments
 (0)