2022-09-09 20:58:35 +05:30

22 lines
732 B
JSON

{
"version": "1.0.0",
"description": "A nonsense activity generator",
"homepage": "https://github.com/svenstaro/genact/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/svenstaro/genact/releases/download/v1.0.0/genact-1.0.0-x86_64-pc-windows-msvc.exe#/genact.exe",
"hash": "ad4f79b7a04fd6c690261ac29243bf8be5f2130e7098278704f86e55ed76217a"
}
},
"bin": "genact.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/svenstaro/genact/releases/download/v$version/genact-$version-x86_64-pc-windows-msvc.exe#/genact.exe"
}
}
}
}