2021-09-10 05:31:15 -07:00

21 lines
638 B
JSON

{
"version": "1.0.2",
"description": "A Sudo for Windows",
"homepage": "https://github.com/gerardog/gsudo",
"license": "MIT",
"url": "https://github.com/gerardog/gsudo/releases/download/v1.0.2/gsudo.v1.0.2.zip",
"hash": "0ce9e5152b1f04625a649d8410f7be522e58cfa97ea9e63f08cd9ff147feeab9",
"bin": [
[
"gsudo.exe",
"sudo"
]
],
"post_install": "& \"$dir\\gsudo.exe\" -k 2>&1 | Out-Null",
"env_add_path": ".",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/gerardog/gsudo/releases/download/v$version/gsudo.v$version.zip"
}
}