Last active
May 30, 2020 06:52
-
-
Save mark05e/ca4bc26a05c9b44caa11022f188ef48b to your computer and use it in GitHub Desktop.
scoop package - https://github.com/lukesampson/scoop-extras/blob/master/bucket/bulk-crap-uninstaller.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homepage": "https://www.bcuninstaller.com/", | |
"description": "Bulk program uninstaller with advanced automation.", | |
"license": "Apache-2.0", | |
"version": "4.16", | |
"url": "https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v4.16/BCUninstaller_4.16_portable.zip", | |
"hash": "d383996cc87a82bbb6c51f775d711c887db6e44687d848b6fb0792fde703d548", | |
"bin": [ | |
"BCUninstaller.exe", | |
"BCU-console.exe", | |
"StoreAppHelper.exe", | |
"SteamHelper.exe", | |
"OculusHelper.exe", | |
"UninstallerAutomatizer.exe" | |
], | |
"shortcuts": [ | |
[ | |
"BCUninstaller.exe", | |
"Bulk Crap Uninstaller" | |
] | |
], | |
"persist": [ | |
"BCUninstaller.exe.config", | |
"BCUninstaller.settings" | |
], | |
"pre_install": [ | |
"if (!(Test-Path \"$persist_dir\\BCUninstaller.settings\")) {", | |
" New-Item \"$dir\\BCUninstaller.settings\" -ItemType File | Out-Null", | |
"}" | |
], | |
"checkver": { | |
"github": "https://github.com/Klocman/Bulk-Crap-Uninstaller" | |
}, | |
"autoupdate": { | |
"url": "https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v$version/BCUninstaller_$version_portable.zip" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment