Skip to content

Commit

Permalink
Add scripts for generating and verifying SHA 512 checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Jan 26, 2021
1 parent 1432a12 commit bdfb586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"build:announce": "node ./scripts/metamask-bot-build-announce.js",
"build:android:release": "./scripts/build.sh android release",
"build:android:release:e2e": "./scripts/build.sh android releaseE2E",
"build:android-checksum": "sha512sum app-release.apk > sha512sums.txt",
"build:android-checksum-verify": "sha512sum -c sha512sums.txt",
"build:android:pre-release": "./scripts/build.sh android release --pre",
"build:android:pre-release:bundle": "GENERATE_BUNDLE=true ./scripts/build.sh android release --pre",
"build:ios:release": "./scripts/build.sh ios release",
Expand Down

0 comments on commit bdfb586

Please sign in to comment.