2022-10-01 20:29:59 +00:00

29 lines
836 B
JSON

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