forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
debugviewpp.json
36 lines (36 loc) · 1.27 KB
/
debugviewpp.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
{
"homepage": "https://github.com/CobaltFusion/DebugViewPP",
"description": "DebugView++, collect, view and filter your application logs",
"license": "BSL-1.0",
"version": "1.8.0.34",
"architecture": {
"64bit": {
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/v1.8.0.34-x64/DebugView++.zip",
"hash": "ff1078c4dc5fb7d9b73cf2edca28e511758980720b4e01aa5fbe23df7c88c14d"
},
"32bit": {
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/v1.8.0.34/DebugView++.zip",
"hash": "677389538cd593e10b79c12c113cbda4038a9ca1ea205454c30ebd64d815072d"
}
},
"bin": [
"DebugView++.exe",
[
"DebugView++.exe",
"DebugView"
],
"DebugViewConsole.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/v$version-x64/DebugView++.zip"
},
"32bit": {
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/v$version/DebugView++.zip"
}
}
},
"notes": "The 'OutputForwarderVSIX.vsix' is located at '$dir'."
}