Renamed makeRelease to makeReleaseMac to make its purpose explicit. Added makeReleaseWindows and makeReleaseLinux to put komodo binaries into their appropriate verus-cli package. Attempting semi-automated versioning in GitLab CI
8 lines
269 B
Bash
Executable File
8 lines
269 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
curl "https://z.cash/downloads/sprout-proving.key" -o "$HOME/Library/Application Support/ZcashParams/sprout-proving.key"
|
|
curl "https://z.cash/downloads/sprout-verifying.key" -o "$HOME/Library/Application Support/ZcashParams/sprout-verifying.key"
|
|
|
|
|