2022-11-22 00:33:29 +00:00

29 lines
836 B
JSON

{
"version": "2.0.4",
"description": "A Sudo for Windows",
"homepage": "https://github.com/gerardog/gsudo",
"license": "MIT",
"url": "https://github.com/gerardog/gsudo/releases/download/v2.0.4/gsudo.v2.0.4.zip",
"hash": "0596a670ae0d3f28ae3ce6b695d47db02096ff4b34fd89d4e6519a1d6df40078",
"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"
}
}