mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-31 09:21:34 +00:00
Merge pull request #200 from lbryio/lbry-desktop-fixes
lbry-app > lbry-desktop
This commit is contained in:
commit
d0e866fe8f
1 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ exports.releasenotes = {
|
|||
};
|
||||
// Configure the request
|
||||
const options = {
|
||||
url: 'https://api.github.com/repos/lbryio/lbry-app/releases/latest',
|
||||
url: 'https://api.github.com/repos/lbryio/lbry-desktop/releases/latest',
|
||||
method: 'GET',
|
||||
headers: headers
|
||||
};
|
||||
|
@ -39,12 +39,12 @@ exports.releasenotes = {
|
|||
color: 7976557,
|
||||
timestamp: releasedate,
|
||||
author: {
|
||||
name: 'Lbry-app Release Notes for ' + releasename,
|
||||
name: 'LBRY Desktop release Notes for ' + releasename,
|
||||
icon_url: 'http://www.pngall.com/wp-content/uploads/2016/04/Github-PNG-Image.png'
|
||||
},
|
||||
footer: {
|
||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||
text: 'Lbry-app Updated '
|
||||
text: 'LBRY Desktop Updated '
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -78,12 +78,12 @@ exports.releasenotes = {
|
|||
color: 7976557,
|
||||
timestamp: releasedate,
|
||||
author: {
|
||||
name: 'Lbry-app Release Notes for ' + releasename,
|
||||
name: 'LBRY Desktop Release Notes for ' + releasename,
|
||||
icon_url: 'http://www.pngall.com/wp-content/uploads/2016/04/Github-PNG-Image.png'
|
||||
},
|
||||
footer: {
|
||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||
text: 'Lbry-app Updated '
|
||||
text: 'LBRY Desktop Updated '
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -97,7 +97,7 @@ exports.releasenotes = {
|
|||
},
|
||||
footer: {
|
||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||
text: 'Lbry-app Updated '
|
||||
text: 'LBRY Desktop Updated '
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -111,7 +111,7 @@ exports.releasenotes = {
|
|||
},
|
||||
footer: {
|
||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||
text: 'Lbry-app Updated '
|
||||
text: 'LBRY Desktop Updated '
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -125,7 +125,7 @@ exports.releasenotes = {
|
|||
},
|
||||
footer: {
|
||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||
text: 'Lbry-app Updated '
|
||||
text: 'LBRY Desktop Updated '
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -139,7 +139,7 @@ exports.releasenotes = {
|
|||
},
|
||||
footer: {
|
||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||
text: 'Lbry-app Updated '
|
||||
text: 'LBRY Desktop Updated '
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue