mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
29 lines
836 B
JSON
29 lines
836 B
JSON
{
|
|
"version": "1.5.1",
|
|
"description": "A Sudo for Windows",
|
|
"homepage": "https://github.com/gerardog/gsudo",
|
|
"license": "MIT",
|
|
"url": "https://github.com/gerardog/gsudo/releases/download/v1.5.1/gsudo.v1.5.1.zip",
|
|
"hash": "2e761130a4a7ac925f13903d3b64d98e7119a090adc90c2601d7162156ed4f52",
|
|
"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"
|
|
}
|
|
}
|