forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CloneApp.json
36 lines (36 loc) · 1.23 KB
/
CloneApp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"version": "2.15.606",
"description": "CloneApp. Backs up All Windows program settings.",
"homepage": "https://www.builtbybel.com/ms-apps/cloneapp",
"license": {
"identifier": "Freeware",
"url": "https://www.mirinsoft.com/license"
},
"url": "https://github.com/builtbybel/CloneApp/releases/download/2.15.606/cloneapp.zip",
"hash": "md5:3759802605f06b4a2bff040d1e383b0a",
"pre_install": [
"try { Get-Command 'Test-Persistence' -ErrorAction 'Stop' | Out-Null } catch { error 'Shovel flavour of scoop is required'; exit 258 }",
"Test-Persistence 'Data\\cloneapp.ini' '[Settings]', \"ClonePath=$persist_dir\\Backup\\\", \"LogPath=$persist_dir\\Backup\\\", 'EditorPath=$AppEditor$'"
],
"bin": "CloneApp.exe",
"shortcuts": [
[
"CloneApp.exe",
"CloneApp"
]
],
"persist": [
"BackUp",
"Data"
],
"checkver": {
"github": "https://github.com/builtbybel/CloneApp"
},
"autoupdate": {
"url": "https://github.com/builtbybel/CloneApp/releases/download/$version/cloneapp.zip",
"hash": {
"url": "https://www.builtbybel.com/ca",
"regex": "MD5 Checksum: $md5"
}
}
}