mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "26.07.17",
|
|
"description": "Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates.",
|
|
"homepage": "https://github.com/ChrisTitusTech/winutil",
|
|
"license": "MIT",
|
|
"notes": "Open from CMD or PowerShell with `gsudo winutil`.",
|
|
"suggest": {
|
|
"gsudo": "main/gsudo"
|
|
},
|
|
"url": "https://github.com/ChrisTitusTech/winutil/releases/download/26.07.17/winutil.ps1",
|
|
"hash": "921b89d2772df4ac69d66370c3bd7b7f23dd8a569ec5c5ca9039ab7d1bf4cb9c",
|
|
"bin": "winutil.ps1",
|
|
"post_uninstall": [
|
|
"if ($purge) {",
|
|
" $Directories = [string[]](",
|
|
" [System.IO.Path]::Combine($env:LOCALAPPDATA, 'winutil')",
|
|
" )",
|
|
" $Directories.ForEach{",
|
|
" if ([System.IO.Directory]::Exists($_)) {",
|
|
" $null = [System.IO.Directory]::Delete($_, $true)",
|
|
" }",
|
|
" }",
|
|
"}"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/ChrisTitusTech/winutil/releases/download/$version/winutil.ps1"
|
|
}
|
|
}
|