Update package.json to include daemon URL template
This commit is contained in:
parent
5aa28433bf
commit
7384c2be99
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
"electron-rebuild": "^1.5.11"
|
||||
},
|
||||
"lbrySettings": {
|
||||
"lbrynetDaemonVersion": "0.14.2"
|
||||
"lbrynetDaemonVersion": "0.14.2",
|
||||
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue