2022-11-09 00:34:17 +00:00

29 lines
836 B
JSON

{
"version": "2.0.1",
"description": "A Sudo for Windows",
"homepage": "https://github.com/gerardog/gsudo",
"license": "MIT",
"url": "https://github.com/gerardog/gsudo/releases/download/v2.0.1/gsudo.v2.0.1.zip",
"hash": "fc7bc29d6c60081c4c18eb63118ae7890fef7e7b4248e3975a216dd731876f9f",
"architecture": {
"64bit": {
"extract_dir": "x64"
},
"32bit": {
"extract_dir": "x86"
}
},
"bin": [
[
"gsudo.exe",
"sudo"
]
],
"post_install": "try { & \"$dir\\gsudo.exe\" -k 2>&1 | Out-Null } catch { info $_.Exception.Message }",
"env_add_path": ".",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/gerardog/gsudo/releases/download/v$version/gsudo.v$version.zip"
}
}