2022-02-28 00:34:00 +00:00

21 lines
682 B
JSON

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