Skip to content

Commit

Permalink
Wavebox-canary: Add version 10.0.544.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Jun 4, 2021
1 parent cb60efe commit 09e8c82
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
| [W10Privacy **(W10Privacy)**](./bucket/W10Privacy.json) ||| ✔ (✔) |
| [Wavebox **(Wavebox)**](./bucket/Wavebox.json) ||| ✔ (⛔) |
| [Wavebox-beta **(Wavebox-beta)**](./bucket/Wavebox-beta.json) ||| ✔ (⛔) |
| [Wavebox-canary **(Wavebox-canary)**](./bucket/Wavebox-canary.json) ||| ✔ (⛔) |
| [Wi-Fi Password Revealer **(WifiPasswordRevealer)**](./bucket/WifiPasswordRevealer.json) ||| ✔ (⛔) |
| [Win Toolkit **(WinToolkit)**](./bucket/WinToolkit.json) ||| ❌ (❌) |
| [Win+X Menu Editor **(WinXMenuEditor)**](./bucket/WinXMenuEditor.json) ||| ✔ (⛔) |
Expand Down
44 changes: 44 additions & 0 deletions bucket/Wavebox-canary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "10.0.544.4",
"description": "Wavebox 10 Canary. A distraction-free browser for fast and focused working across all web apps.",
"homepage": "https://wavebox.io",
"license": {
"identifier": "Proprietary",
"url": "https://wavebox.io/eula"
},
"changelog": "https://wavebox.io/changelog/canary/10.0.544/",
"architecture": {
"64bit": {
"url": "https://download.wavebox.app/canary/win/Install%20Wavebox%2010.0.544.4.exe#/cosi.7z",
"hash": "3eeff7a5b7cc559448f74905e07ef20bfa34c212435dd817f25ad2bf2a24873b"
}
},
"installer": {
"script": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal"
},
"bin": [
"Wavebox.exe",
[
"Wavebox.exe",
"Wavebox-canary"
]
],
"shortcuts": [
[
"Wavebox.exe",
"Wavebox Canary"
]
],
"checkver": {
"url": "https://download.wavebox.app/canary/win/appcast.xml",
"xpath": "/rss/channel/item/enclosure/@sparkle:shortVersionString"
},
"autoupdate": {
"changelog": "https://wavebox.io/changelog/canary/$matchHead/",
"architecture": {
"64bit": {
"url": "https://download.wavebox.app/canary/win/Install%20Wavebox%20$version.exe#/cosi.7z"
}
}
}
}

0 comments on commit 09e8c82

Please sign in to comment.