Skip to content

Instantly share code, notes, and snippets.

@mark05e
Last active May 30, 2020 06:52
Show Gist options
  • Save mark05e/ca4bc26a05c9b44caa11022f188ef48b to your computer and use it in GitHub Desktop.
Save mark05e/ca4bc26a05c9b44caa11022f188ef48b to your computer and use it in GitHub Desktop.
{
"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