Skip to content

Commit

Permalink
Add blisk version 10.1.262.144 (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 authored and r15ch13 committed Nov 7, 2018
1 parent 6926013 commit 8ae664f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions blisk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "10.1.262.144",
"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.144.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/?download=browser",
"regex": "last build ([\\d+\\.]+) released \\d+"
},
"autoupdate": {
"url": "https://bliskcloudstorage.blob.core.windows.net/win-installers/BliskInstaller_$version.exe#/cosi.7z"
}
}

0 comments on commit 8ae664f

Please sign in to comment.