-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.json
More file actions
21 lines (21 loc) · 772 Bytes
/
script.json
File metadata and controls
21 lines (21 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": "0.1.0",
"description": "script.exe - make typescript of terminal session like that of Linux for Windows10 or later",
"homepage": "https://github.com/hymkor/script",
"license": "MIT License",
"architecture": {
"64bit": {
"url": "https://github.com/hymkor/script/releases/download/v0.1.0/script-v0.1.0-windows-amd64.zip",
"hash": "ab2d50961f12f29237f830b1e524537b2f7172d86b528b77c2e5feca22933e46"
}
},
"bin": "script.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hymkor/script/releases/download/v$version/script-v$version-windows-amd64.zip"
}
}
}
}