Send user directly to GitHub releases page
This commit is contained in:
parent
8b8bcc644c
commit
820ffc2a40
2 changed files with 1 additions and 1 deletions
BIN
dist.zip
BIN
dist.zip
Binary file not shown.
|
@ -36,7 +36,7 @@ var App = React.createClass({
|
||||||
|
|
||||||
if (window.confirm(message)) {
|
if (window.confirm(message)) {
|
||||||
lbry.stop();
|
lbry.stop();
|
||||||
window.location = 'https://lbry.io/get';
|
window.location = 'https://github.com/lbryio/lbry/releases';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue