Update package.json to include daemon URL template

This commit is contained in:
Alex Liebowitz 2017-08-10 18:53:36 -05:00
parent 5aa28433bf
commit 7384c2be99

View file

@ -20,6 +20,7 @@
"electron-rebuild": "^1.5.11" "electron-rebuild": "^1.5.11"
}, },
"lbrySettings": { "lbrySettings": {
"lbrynetDaemonVersion": "0.14.2" "lbrynetDaemonVersion": "0.14.2",
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip"
} }
} }