mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-14 06:19:47 +00:00
upgrade to 0.30.4 lbry-sdk
This commit is contained in:
parent
bed9b1f95f
commit
f63410e7f8
3 changed files with 5 additions and 5 deletions
|
@ -135,7 +135,7 @@
|
||||||
"yarn": "^1.3"
|
"yarn": "^1.3"
|
||||||
},
|
},
|
||||||
"lbrySettings": {
|
"lbrySettings": {
|
||||||
"lbrynetDaemonVersion": "0.30.1",
|
"lbrynetDaemonVersion": "0.30.4",
|
||||||
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip",
|
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip",
|
||||||
"lbrynetDaemonDir": "static/daemon",
|
"lbrynetDaemonDir": "static/daemon",
|
||||||
"lbrynetDaemonFileName": "lbrynet"
|
"lbrynetDaemonFileName": "lbrynet"
|
||||||
|
|
|
@ -5,14 +5,14 @@ import Page from 'component/page';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
daemonSettings: {
|
daemonSettings: {
|
||||||
lbryum_wallet_dir: ?string,
|
wallet_dir: ?string,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
class BackupPage extends React.PureComponent<Props> {
|
class BackupPage extends React.PureComponent<Props> {
|
||||||
render() {
|
render() {
|
||||||
const { daemonSettings } = this.props;
|
const { daemonSettings } = this.props;
|
||||||
const { lbryum_wallet_dir: lbryumWalletDir } = daemonSettings;
|
const { wallet_dir: lbryumWalletDir } = daemonSettings;
|
||||||
|
|
||||||
const noDaemonSettings = Object.keys(daemonSettings).length === 0;
|
const noDaemonSettings = Object.keys(daemonSettings).length === 0;
|
||||||
|
|
||||||
|
|
|
@ -5683,9 +5683,9 @@ lbry-redux@lbryio/lbry-redux#84b7d396934d57a37802aadbef71db91230a9404:
|
||||||
reselect "^3.0.0"
|
reselect "^3.0.0"
|
||||||
uuid "^3.3.2"
|
uuid "^3.3.2"
|
||||||
|
|
||||||
lbryinc@lbryio/lbryinc#cee70d482cf352f2e66215fa109f4178406228ca:
|
lbryinc@lbryio/lbryinc#b3bb8c67745235ef54baea95accaedaa4bb86d4d:
|
||||||
version "0.0.1"
|
version "0.0.1"
|
||||||
resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/cee70d482cf352f2e66215fa109f4178406228ca"
|
resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/b3bb8c67745235ef54baea95accaedaa4bb86d4d"
|
||||||
dependencies:
|
dependencies:
|
||||||
lbry-redux lbryio/lbry-redux#84b7d396934d57a37802aadbef71db91230a9404
|
lbry-redux lbryio/lbry-redux#84b7d396934d57a37802aadbef71db91230a9404
|
||||||
reselect "^3.0.0"
|
reselect "^3.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue