Compare commits

...

2 commits

Author SHA1 Message Date
Sean Yesmunt
40606437ab v0.49.3-rc.1 2020-12-29 21:57:02 -05:00
Sean Yesmunt
dd104877ff download blockchain headers before building desktop app 2020-12-29 21:56:45 -05:00
2 changed files with 6 additions and 1 deletions

View file

@ -38,6 +38,11 @@ jobs:
with: with:
xcode-version: '10.3.0' xcode-version: '10.3.0'
- 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
- name: Build - name: Build
run: | run: |
yarn global add cross-env yarn global add cross-env

View file

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