forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchrlauncher.json
50 lines (50 loc) · 1.73 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
{
"version": "2.4.1",
"license": "MIT",
"homepage": "https://www.henrypp.org/product/chrlauncher",
"checkver": {
"github": "https://github.com/henrypp/chrlauncher",
"re": "v.([\\d.]+)"
},
"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.4.1/chrlauncher-2.4.1-bin.zip#/dl.7z",
"hash": "93ad7515c262154760f3b20731c516ac0e96c383c4192e6c7193d6fe5b9011dc",
"extract_dir": "64"
},
"32bit": {
"url": "https://github.com/henrypp/chrlauncher/releases/download/v.2.4.1/chrlauncher-2.4.1-bin.zip#/dl.7z",
"hash": "93ad7515c262154760f3b20731c516ac0e96c383c4192e6c7193d6fe5b9011dc",
"extract_dir": "64"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/henrypp/chrlauncher/releases/download/v.$version/chrlauncher-$version-bin.zip#/dl.7z",
"extract_dir": "64"
},
"32bit": {
"url": "https://github.com/henrypp/chrlauncher/releases/download/v.$version/chrlauncher-$version-bin.zip#/dl.7z",
"extract_dir": "64"
}
},
"hash": {
"url": "$baseurl/chrlauncher-$version.sha256"
}
}
}