forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMiniToolPartitionWizard.json
50 lines (50 loc) · 1.61 KB
/
MiniToolPartitionWizard.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"##": [
"What are these?",
" - builder_config.ini",
" - ceip.ini",
" - Winpeshl.ini"
],
"version": "11.6",
"description": "MiniTool Partition Wizard Free. All-in-one partition manager with user-friendly interface",
"homepage": "https://www.partitionwizard.com/free-partition-manager.html",
"license": {
"identifier": "Proprietary",
"url": "https://www.minitool.com/help-pw/eula.html#end-user-license-agreement-1461"
},
"architecture": {
"64bit": {
"url": "https://www.partitionwizard.com/download/v11.6-portable/11x64.zip",
"hash": "562d9f57917e6e9a22a5f2ce0b3f1f25c32b17318eaef8b7da48bcfd339706b0"
}
},
"pre_install": [
"if (-not (Test-Path \"$persist_dir\\log.txt\")) { New-Item \"$dir\\log.txt\" | Out-Null }",
"Copy-Item \"$persist_dir\\lang.ini\" $dir -ErrorAction SilentlyContinue",
"Remove-Item \"$dir\\unins*\""
],
"uninstaller": {
"script": "Copy-Item \"$dir\\lang.ini\" $persist_dir -ErrorAction SilentlyContinue -Force"
},
"shortcuts": [
[
"partitionwizard.exe",
"MiniTool Partition Wizard Free"
]
],
"persist": [
"log.txt",
"partitionwizard.exe.ini"
],
"checkver": {
"url": "https://www.partitionwizard.com/upgrade-history.html",
"regex": "V([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.partitionwizard.com/download/v$version-portable/$majorVersionx64.zip"
}
}
}
}