forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFixWin8.json
23 lines (23 loc) · 850 Bytes
/
FixWin8.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "2.2",
"description": "Fix Windows 8/8.1. Easily fix and repair Windows 8/8.1 problems, issues and annoyances.",
"homepage": "https://www.thewindowsclub.com/fixwin-windows-8",
"license": "Freeware",
"url": "https://www.thewindowsclub.com/downloads/fixwin2.zip",
"hash": "9a1085288b9c27891733d8200d4b8e654bcfdd1a2e63ee5f069746b26539da19",
"extract_dir": "FixWin 2.2 for Windows 8.1",
"installer": {
"script": "(Get-ChildItem $dir 'Fix*exe').Fullname | Rename-Item -NewName 'FixWin.exe'"
},
"shortcuts": [
[
"FixWin.exe",
"Fix Win 8 (8.1)"
]
],
"checkver": "FixWin Utility v ([\\d.]+)",
"autoupdate": {
"url": "https://www.thewindowsclub.com/downloads/fixwin2.zip",
"extract_dir": "FixWin $version for Windows 8.1"
}
}