Added release path

This commit is contained in:
DevLarge 2021-01-07 17:19:13 +01:00
parent 34fcd145e8
commit e7b09de295

View File

@ -1220,7 +1220,7 @@ function populateAboutVersionInformation(){
*/
function populateReleaseNotes(){
$.ajax({
url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom',
url: 'https://github.com/DevLarge/StellarNetworkLauncherUtil/releases.atom',
success: (data) => {
const version = 'v' + remote.app.getVersion()
const entries = $(data).find('entry')