Skip to content

Commit

Permalink
Safebrowser: Fix autoupdate and installer (#2897)
Browse files Browse the repository at this point in the history
  • Loading branch information
linsui authored and rasa committed Sep 29, 2019
1 parent 06cd886 commit 2adb7d6
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions bucket/safebrowser.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"version": "0.14.1",
"version": "0.15.0",
"description": "SAFE Browser Application",
"homepage": "https://github.com/maidsafe/safe_browser",
"license": "BSD-3-Clause|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/maidsafe/safe_browser/releases/download/v0.14.1/safe-browser-v0.14.1-win-x64.zip",
"hash": "0098663b20143ae82514cbef202c540333d7c37fdc136749f2e1a810ee7032f0",
"extract_dir": "safe-browser-v0.14.1-win-x64"
"url": "https://github.com/maidsafe/safe_browser/releases/download/v0.15.0/safe-browser-v0.15.0-win-x64.exe#/dl.7z",
"hash": "d684c0439963d82f02705fcc553076bf93bafe2a95c9c497f71b6679056bab2a",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Recurse"
]
}
},
"bin": "SAFE Browser.exe",
Expand All @@ -21,12 +24,11 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/maidsafe/safe_browser/releases/download/v$version/safe-browser-v$version-win-x64.zip",
"url": "https://github.com/maidsafe/safe_browser/releases/download/v$version/safe-browser-v$version-win-x64.exe#/dl.7z",
"hash": {
"url": "https://github.com/maidsafe/safe_browser/releases/tag/v$version",
"regex": "SAFE Browser builds SHA-256 checksum:(?:.|\\n)*Windows\\n$sha256"
},
"extract_dir": "safe-browser-v$version-win-x64"
"regex": "(?sm)Windows\\n$sha256"
}
}
}
}
Expand Down

0 comments on commit 2adb7d6

Please sign in to comment.