Skip to content

Commit 285dab9

Browse files
authored
Add Flameshot and Neovim to catalog; update Obsidian verification settings (#211)
2 parents 71067d7 + 05f9c96 commit 285dab9

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

my_unicorn/catalog/flameshot.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"owner": "flameshot-org",
3+
"repo": "flameshot",
4+
"appimage": {
5+
"rename": "flameshot",
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": "flameshot.png"
23+
}
24+
}

my_unicorn/catalog/neovim.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"owner": "neovim",
3+
"repo": "neovim",
4+
"appimage": {
5+
"rename": "neovim",
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": "neovim.png"
23+
}
24+
}

my_unicorn/catalog/obsidian.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"verification": {
1616
"digest": true,
17-
"skip": true,
17+
"skip": false,
1818
"checksum_file": "",
1919
"checksum_hash_type": "sha256"
2020
},

0 commit comments

Comments
 (0)