2023-11-18 16:26:44 +00:00

24 lines
753 B
JSON

{
"version": "1.5",
"description": "A text-to-speech command line tool",
"homepage": "https://github.com/pviotti/sayit",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/pviotti/sayit/releases/download/v1.5/sayit-v1.5-win-sc.zip",
"hash": "ebb98a9548d9e2b4ce8f8d176ba50d4ddcc7e0cfe47711ca2b63c00e4b2b7c33"
}
},
"extract_dir": "sayit-v1.5-win-sc",
"bin": "SayIt.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/pviotti/sayit/releases/download/v$version/sayit-v$version-win-sc.zip"
}
},
"extract_dir": "sayit-v$version-win-sc"
}
}