-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathSimpleRenamer.json
More file actions
19 lines (19 loc) · 926 Bytes
/
SimpleRenamer.json
File metadata and controls
19 lines (19 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"version": "1.1.0",
"description": "A smart bulk file renamer",
"homepage": "https://github.com/inspirateur/SimpleRenamer",
"license": "MIT",
"url": "https://github.com/Inspirateur/SimpleRenamer/releases/download/1.1.0/release.zip",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Inspirateur/SimpleRenamer/releases/download/v$version/release.zip"
},
"post_install": [
"Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser",
"Invoke-RestMethod -Uri https://raw.githubusercontent.com/Inspirateur/SimpleRenamer/refs/heads/master/post_install.ps1 | Invoke-Expression"
],
"post_uninstall": [
"Set-ExecutionPolicy -ExecutionPolicy Restricted -Scope CurrentUser",
"Invoke-RestMethod -Uri https://raw.githubusercontent.com/Inspirateur/SimpleRenamer/refs/heads/master/post_uninstall.ps1 | Invoke-Expression"
]
}