Skip to content

Instantly share code, notes, and snippets.

@mark05e
Last active June 5, 2020 05:27
Show Gist options
  • Save mark05e/8250ced7ee90cc16cea01a75335b8bd4 to your computer and use it in GitHub Desktop.
Save mark05e/8250ced7ee90cc16cea01a75335b8bd4 to your computer and use it in GitHub Desktop.
{
"homepage": "https://www.bulkrenameutility.co.uk",
"version": "3.3.2.0",
"license": {
"identifier": "Proprietary",
"url": "https://www.bulkrenameutility.co.uk/License.php"
},
"description": "File renaming software for Windows.",
"url": "https://www.bulkrenameutility.co.uk/swmirror/BRU_setup.exe",
"hash": "md5:cf88c3ee0cf39efc7eca43c1ab680858",
"innosetup": true,
"architecture": {
"64bit": {
"installer": {
"script": [
"Rename-Item \"$dir\\Bulk Rename Utility,2.exe\" 'Bulk Rename Utility.exe' -Force",
"Remove-Item \"$dir\\Bulk Rename Utility,1.exe\" -Force"
]
}
},
"32bit": {
"installer": {
"script": [
"Rename-Item \"$dir\\Bulk Rename Utility,1.exe\" 'Bulk Rename Utility.exe' -Force",
"Remove-Item \"$dir\\Bulk Rename Utility,2.exe\" -Force"
]
}
}
},
"shortcuts": [
[
"Bulk Rename Utility.exe",
"Bulk Rename Utility"
]
],
"persist": "Bulk Rename Utility.ini",
"checkver": {
"url": "https://www.bulkrenameutility.co.uk/Download.php",
"regex": "version\\s+([\\d.]+)"
},
"autoupdate": {
"url": "https://www.bulkrenameutility.co.uk/swmirror/BRU_setup.exe",
"hash": {
"url": "https://www.bulkrenameutility.co.uk/Download.php",
"regex": "$md5"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment