2022-09-28 16:31:19 +00:00

29 lines
836 B
JSON

{
"version": "1.7.0",
"description": "A Sudo for Windows",
"homepage": "https://github.com/gerardog/gsudo",
"license": "MIT",
"url": "https://github.com/gerardog/gsudo/releases/download/v1.7.0/gsudo.v1.7.0.zip",
"hash": "0291ab0a94fa2fb596d3a16ee5227062e6f50f327f8d40069d40facd3374d9ea",
"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"
}
}