-
Notifications
You must be signed in to change notification settings - Fork 11
/
ContextMenuManager.json
27 lines (27 loc) · 1.03 KB
/
ContextMenuManager.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
{
"version": "3.3.3.1",
"description": "A program to manage the Windows right-click context menu.",
"license": "GPL-3.0-or-later",
"homepage": "https://bluepointlilac.github.io/ContextMenuManager",
"url": "https://github.com/BluePointLilac/ContextMenuManager/releases/download/3.3.3.1/ContextMenuManager.zip",
"hash": "3faecb2ae6c9d025df54bdc72d4b0f850a4931dd41235f7f46b291824d3b5dbe",
"installer": {
"script": [
"Remove-Item \"$dir\\ContextMenuManager.NET.3.5.exe\" -Force",
"Move-Item \"$dir\\ContextMenuManager.NET.4.0.exe\" \"$dir\\ContextMenuManager.exe\""
]
},
"shortcuts": [
[
"ContextMenuManager.exe",
"Windows Context Menu Manager"
]
],
"notes": "Need Microsoft .Net 4.0",
"checkver": {
"github": "https://github.com/BluePointLilac/ContextMenuManager"
},
"autoupdate": {
"url": "https://github.com/BluePointLilac/ContextMenuManager/releases/download/$version/ContextMenuManager.zip"
}
}