mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-10 20:39:45 +00:00
lbry-app > lbry-desktop
This commit is contained in:
parent
d480b38e73
commit
df07dc25b8
1 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ exports.releasenotes = {
|
||||||
};
|
};
|
||||||
// Configure the request
|
// Configure the request
|
||||||
const options = {
|
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',
|
method: 'GET',
|
||||||
headers: headers
|
headers: headers
|
||||||
};
|
};
|
||||||
|
@ -39,12 +39,12 @@ exports.releasenotes = {
|
||||||
color: 7976557,
|
color: 7976557,
|
||||||
timestamp: releasedate,
|
timestamp: releasedate,
|
||||||
author: {
|
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'
|
icon_url: 'http://www.pngall.com/wp-content/uploads/2016/04/Github-PNG-Image.png'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||||
text: 'Lbry-app Updated '
|
text: 'LBRY Desktop Updated '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -78,12 +78,12 @@ exports.releasenotes = {
|
||||||
color: 7976557,
|
color: 7976557,
|
||||||
timestamp: releasedate,
|
timestamp: releasedate,
|
||||||
author: {
|
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'
|
icon_url: 'http://www.pngall.com/wp-content/uploads/2016/04/Github-PNG-Image.png'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||||
text: 'Lbry-app Updated '
|
text: 'LBRY Desktop Updated '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -97,7 +97,7 @@ exports.releasenotes = {
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||||
text: 'Lbry-app Updated '
|
text: 'LBRY Desktop Updated '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -111,7 +111,7 @@ exports.releasenotes = {
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||||
text: 'Lbry-app Updated '
|
text: 'LBRY Desktop Updated '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -125,7 +125,7 @@ exports.releasenotes = {
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||||
text: 'Lbry-app Updated '
|
text: 'LBRY Desktop Updated '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -139,7 +139,7 @@ exports.releasenotes = {
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
icon_url: 'https://i.imgur.com/yWf5USu.png',
|
||||||
text: 'Lbry-app Updated '
|
text: 'LBRY Desktop Updated '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue