forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conemu.json
31 lines (31 loc) · 813 Bytes
/
conemu.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
{
"homepage": "https://conemu.github.io/",
"version": "18.06.17",
"license": "BSD-3-Clause",
"url": "https://github.com/Maximus5/ConEmu/releases/download/v18.06.17/ConEmuPack.180617.7z",
"hash": "17b3d985e737ba41c4762fc7701b3f7d7e5856baa1a967c4cd6f4de45e4f31ce",
"bin": [
"ConEmu.exe",
"ConEmu64.exe"
],
"shortcuts": [
[
"ConEmu64.exe",
"ConEmu (x64)"
],
[
"ConEmu.exe",
"ConEmu (x86)"
]
],
"persist": [
"ConEmu/ConEmu.xml",
"ConEmu.xml"
],
"checkver": {
"github": "https://github.com/Maximus5/ConEmu"
},
"autoupdate": {
"url": "https://github.com/Maximus5/ConEmu/releases/download/v$version/ConEmuPack.$cleanVersion.7z"
}
}