mise à jour

This commit is contained in:
Oxiyass 2020-08-04 14:38:09 +02:00
parent 8286904e54
commit a4c9910484

View File

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