diff --git a/app/assets/js/scripts/settings.js b/app/assets/js/scripts/settings.js index 23ef79c0..980d9183 100644 --- a/app/assets/js/scripts/settings.js +++ b/app/assets/js/scripts/settings.js @@ -1219,7 +1219,7 @@ function populateAboutVersionInformation(){ */ function populateReleaseNotes(){ $.ajax({ - url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom', + url: 'https://github.com/ArdaCraft/ArdaCraftLauncher/releases.atom', success: (data) => { const version = 'v' + remote.app.getVersion() const entries = $(data).find('entry') diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index 73e372aa..6366b7c6 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -48,7 +48,7 @@ if(!isDev){ loggerAutoUpdaterSuccess.log('New update available', info.version) if(process.platform === 'darwin'){ - info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/helioslauncher-setup-${info.version}.dmg` + info.darwindownload = `https://github.com/ArdaCraft/ArdaCraftLauncher/releases/download/v${info.version}/helioslauncher-setup-${info.version}.dmg` showUpdateUI(info) } diff --git a/app/settings.ejs b/app/settings.ejs index 9aeb5c90..2f944b36 100644 --- a/app/settings.ejs +++ b/app/settings.ejs @@ -276,7 +276,7 @@
- Helios Launcher + ArdaCraft Launcher