2022-03-25 16:30:40 +00:00

21 lines
682 B
JSON

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