-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
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": "23.0.185.91",
"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_23.0.185.91.exe#/cosi.7z",
"hash": "7ccc8415548f5dc8fa3d9623711643a5b6b111eb17fee03e418165c0416d81c5",
"installer": {
"script": [
"Expand-7zipArchive \"$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"
}
}