diff --git a/bucket/cake-wallet-beta.json b/bucket/cake-wallet-beta.json new file mode 100644 index 00000000000..81ac43e63d0 --- /dev/null +++ b/bucket/cake-wallet-beta.json @@ -0,0 +1,24 @@ +{ + "version": "4.19.1", + "description": "An open source, non-custodial, and private multi-currency crypto wallet for Android, iOS, macOS, and Linux.", + "homepage": "https://cakewallet.com/", + "license": { + "identifier": "MIT", + "url": "https://github.com/cake-tech/cake_wallet/blob/main/LICENSE.md" + }, + "url": "https://github.com/cake-tech/cake_wallet/releases/download/v4.19.1/Cake_Wallet_v4.19.1_Windows_beta.exe", + "hash": "242956c760f6ba66590a10ceab4bdc411631092f70b3b3b04f028d3491bc01de", + "autoupdate": { + "url": "https://github.com/cake-tech/cake_wallet/releases/download/v$version/Cake_Wallet_v$version_Windows_beta.exe" + }, + "checkver": { + "github": "https://github.com/cake-tech/cake_wallet" + }, + "innosetup": true, + "shortcuts": [ + [ + "CakeWallet.exe", + "Cake Wallet" + ] + ] +}