forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blisk.json
32 lines (32 loc) · 1.07 KB
/
blisk.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
{
"version": "10.1.262.114",
"description": "First developer-oriented browser.",
"homepage": "https://blisk.io/",
"license": {
"identifier": "Freeware",
"url": "https://blisk.io/eula"
},
"url": "https://bliskcloudstorage.blob.core.windows.net/win-installers/BliskInstaller_10.1.262.114.exe#/cosi.7z",
"hash": "2b39a4d66b73d97cb76a5ebc8f3954ba7227d5ce53757c4fd8e7c22d346d929f",
"installer": {
"script": [
"extract_7zip \"$dir\\chrome.7z\" \"$dir\"",
"Move-Item \"$dir\\Chrome-bin\\*\" \"$dir\" -Force",
"Remove-Item \"$dir\\chrome.7z\", \"$dir\\Chrome-bin\" -Force -Recurse"
]
},
"bin": "blisk.exe",
"shortcuts": [
[
"blisk.exe",
"Blisk"
]
],
"checkver": {
"url": "https://blisk.io/questions/install-blisk-browser-offline",
"regex": "BliskInstaller_([\\d.]+)\\.exe"
},
"autoupdate": {
"url": "https://bliskcloudstorage.blob.core.windows.net/win-installers/BliskInstaller_$version.exe#/cosi.7z"
}
}