mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
29 lines
836 B
JSON
29 lines
836 B
JSON
{
|
|
"version": "1.6.0",
|
|
"description": "A Sudo for Windows",
|
|
"homepage": "https://github.com/gerardog/gsudo",
|
|
"license": "MIT",
|
|
"url": "https://github.com/gerardog/gsudo/releases/download/v1.6.0/gsudo.v1.6.0.zip",
|
|
"hash": "c1ede404787e1c377f7422aee42a15e38a836527c47867a152ce91f09ab39254",
|
|
"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"
|
|
}
|
|
}
|