-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpathforge.json
More file actions
25 lines (25 loc) · 1.04 KB
/
Copy pathpathforge.json
File metadata and controls
25 lines (25 loc) · 1.04 KB
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
{
"version": "3.1.0",
"description": "Windows Filesystem Repair & Deletion Suite with educational panels",
"homepage": "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/SysAdminDoc/PathForge",
"license": "MIT",
"url": [
"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/SysAdminDoc/PathForge/releases/download/v3.1.0/PathForge.ps1",
"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/SysAdminDoc/PathForge/releases/download/v3.1.0/PathForge.Core.psm1"
],
"hash": [
"6DD279F5B5EEA6454596195CBC70AFF24A6D892C113B678CCA9F71B7D81E996D",
"9A226A153F0BE4748FC9FB493A5A7267FFF9C8BE3A7C38AE9C83B072B7462F51"
],
"bin": [
["PathForge.ps1", "pathforge", "-ExecutionPolicy Bypass -NoProfile -File"]
],
"checkver": "github",
"autoupdate": {
"url": [
"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/SysAdminDoc/PathForge/releases/download/v$version/PathForge.ps1",
"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/SysAdminDoc/PathForge/releases/download/v$version/PathForge.Core.psm1"
]
},
"notes": "Run as Administrator: pathforge (or right-click PathForge.ps1 -> Run with PowerShell)"
}