Skip to content

Commit

Permalink
Update download links
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Mar 4, 2021
1 parent ccca73c commit f4f5b60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the [FAQ](FAQ.md) for more details about common questions.

This wallet uses [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). Current bundle hashes:

* Main bundle: `bundle.js -> sha256-5RvnuFpT0ZEmdZ/ycnyat3En2noHppAkd/abSfy96QQ=`
* Main bundle: `bundle.js -> sha256-rol5iSLXYWon63dWxVpMh31hrl1RHfrpaM4MlOhkOqo=`
* Optional Ledger bundle: `bundle-ledger.js -> sha256-Ue4vU1iTjNOEPSX51d7ofexxwCEBiiJmQUEX6Ewd4AQ=`

Advanced users can verify the source integrity by comparing the hashes in their page source to these values.
Expand Down
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ interface Config {

const desktopUrls = {
windows:
'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1/Celo-Wallet-0.9.1-win.exe',
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.0.0/Celo-Wallet-1.0.0-win.exe',
mac:
'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1/Celo-Wallet-0.9.1-mac.dmg',
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.0.0/Celo-Wallet-1.0.0-mac.dmg',
linux:
'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1/Celo-Wallet-0.9.1-linux-x86_64.AppImage',
'https://github.com/celo-tools/celo-web-wallet/releases/download/v1.0.0/Celo-Wallet-1.0.0-linux-x86_64.AppImage',
}

// TODO find a nice way to switch btwn configs at build/run time
Expand Down

0 comments on commit f4f5b60

Please sign in to comment.