2022-04-25 20:28:08 +00:00

23 lines
717 B
JSON

{
"version": "22.0.10",
"description": "Terminal JSON viewer",
"homepage": "https://github.com/antonmedv/fx",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/antonmedv/fx/releases/download/22.0.10/fx_windows_amd64.exe",
"hash": "7794076cf3711b053d7511b3a0b214dc51941de654c196f2f318020a80b10ba9"
}
},
"pre_install": "Rename-Item \"$dir\\fx_windows_amd64.exe\" 'fx.exe'",
"bin": "fx.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/antonmedv/fx/releases/download/$version/fx_windows_amd64.exe"
}
}
}
}