-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfindrun.json
More file actions
21 lines (21 loc) · 803 Bytes
/
Copy pathfindrun.json
File metadata and controls
21 lines (21 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": "0.2.0",
"description": "findrun is a wrapper that automatically resolves the script's full path and executes it with the specified interpreter.",
"homepage": "https://github.com/hymkor/findrun",
"license": "MIT License",
"architecture": {
"64bit": {
"url": "https://github.com/hymkor/findrun/releases/download/0.2.0/findrun-0.2.0-windows-amd64.zip",
"hash": "df7bba10fae6cc57447c89145120fea4aaffef91a0049adf4038f978683659e4"
}
},
"bin": "findrun.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hymkor/findrun/releases/download/$version/findrun-$version-windows-amd64.zip"
}
}
}
}