-
Notifications
You must be signed in to change notification settings - Fork 0
/
findo.json
30 lines (30 loc) · 1.12 KB
/
findo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "0.3.0",
"description": "Search filename from the subdirectories of the current directory.",
"homepage": "https://github.com/hymkor/findo",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/findo/releases/download/v0.3.0/findo-v0.3.0-windows-386.zip",
"hash": "2ba29c156578e6de0601edaeb1a44aed886250df9cf955a78433c6bdbdf46708"
},
"64bit": {
"url": "https://github.com/hymkor/findo/releases/download/v0.3.0/findo-v0.3.0-windows-amd64.zip",
"hash": "cae87b6348d07b5e3b9cc93d611e8e0a6b69dfee04dde6baef4c53c209724870"
}
},
"bin": [
"findo.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/findo/releases/download/v$version/findo-v$version-windows-386.zip"
},
"64bit": {
"url": "https://github.com/hymkor/findo/releases/download/v$version/findo-v$version-windows-amd64.zip"
}
}
}
}