Compare commits

...

2 commits

Author SHA1 Message Date
Sean Yesmunt
225b10ac8b v0.49.3-rc.2 2020-12-30 12:59:14 -05:00
Sean Yesmunt
bccbe5d233 fix blockchain headers path in github actions build 2020-12-30 12:59:00 -05:00
2 changed files with 4 additions and 3 deletions

View file

@ -40,8 +40,9 @@ jobs:
- name: Download blockchain headers
run: |
mkdir -p ./dist/electron/static/daemon
curl -o ./dist/electron/static/daemon/headers https://headers.lbry.io/blockchain_headers_latest
mkdir -p ./static/daemon
curl -o ./static/daemon/headers https://headers.lbry.io/blockchain_headers_latest
ls ./static/daemon
- name: Build
run: |

View file

@ -1,6 +1,6 @@
{
"name": "lbry",
"version": "0.49.3-rc.1",
"version": "0.49.3-rc.2",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"keywords": [
"lbry"