Skip to content

Commit

Permalink
Add Bulk Rename Utility manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Feb 1, 2024
1 parent 95ad775 commit ea21f26
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bucket/bulk-rename-utility.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "3.4.4.0",
"description": "Rename files and folders based upon flexible criteria",
"homepage": "https://www.bulkrenameutility.co.uk",
"license": {
"identifier": "Proprietary",
"url": "https://www.bulkrenameutility.co.uk/License.php"
},
"architecture": {
"64bit": {
"url": "http://www.s3.tgrmn.com/bru/BRU_NoInstall.zip",
"hash": "81d1892ffe342bea788da1b79cbe084b8b3a533df33d697c7721d97eaf7ba3d6"
}
},
"pre_install": "'64-bit', 'All' | ForEach-Object { Get-ChildItem $dir\\$_ -Recurse | Move-Item -Destination $dir }",
"post_install": "'*-bit', 'All', 'Vista-XP-2003', 'BRUhere.dll', 'License.rtf', 'NoInstall-Readme.txt', '*.original' | ForEach-Object { Remove-Item $dir\\$_ -Force -Recurse }",
"shortcuts": [
[
"Bulk Rename Utility.exe",
"Bulk Rename Utility"
]
],
"persist": "Bulk Rename Utility.ini",
"checkver": {
"url": "https://www.bulkrenameutility.co.uk/Download.php",
"regex": "version ([\\d.]+)"
},
"autoupdate": {
"url": "http://www.s3.tgrmn.com/bru/BRU_NoInstall.zip"
}
}

0 comments on commit ea21f26

Please sign in to comment.