forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chrlauncher.json
52 lines (52 loc) · 1.82 KB
/
chrlauncher.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"version": "2.5.4",
"license": "MIT",
"homepage": "https://www.henrypp.org/product/chrlauncher",
"checkver": {
"github": "https://github.com/henrypp/chrlauncher",
"re": "chrlauncher-([\\d.]+)-bin"
},
"shortcuts": [
[
"chrlauncher.exe",
"Chromium (Launcher)"
]
],
"persist": [
"bin",
"profile",
"plugins",
"chrlauncher.ini"
],
"notes": [
"Run '$dir\\SetDefaultBrowser.bat' as Administrator to register chrlauncher as the Default Browser.",
"Change 'ChromiumType' in 'chrlauncher.ini' if you want to install another Chromium Build."
],
"architecture": {
"64bit": {
"url": "https://github.com/henrypp/chrlauncher/releases/download/v.2.5.4/chrlauncher-2.5.4-bin.zip#/dl.7z",
"hash": "bb02741f3e56cfee07a50f09e8e3d85531606b9a655fccf26dd70192f0e5c5d3",
"extract_dir": "chrlauncher\\64"
},
"32bit": {
"url": "https://github.com/henrypp/chrlauncher/releases/download/v.2.5.4/chrlauncher-2.5.4-bin.zip#/dl.7z",
"hash": "bb02741f3e56cfee07a50f09e8e3d85531606b9a655fccf26dd70192f0e5c5d3",
"extract_dir": "chrlauncher\\32"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/henrypp/chrlauncher/releases/download/v.$version/chrlauncher-$version-bin.zip#/dl.7z",
"extract_dir": "chrlauncher\\64"
},
"32bit": {
"url": "https://github.com/henrypp/chrlauncher/releases/download/v.$version/chrlauncher-$version-bin.zip#/dl.7z",
"extract_dir": "chrlauncher\\32"
}
},
"hash": {
"url": "$baseurl/chrlauncher-$version.sha256"
}
}
}