Update design

This commit is contained in:
Trollfury21
2025-08-03 22:19:43 +02:00
parent d891df5643
commit 4274023d48
13 changed files with 24 additions and 25 deletions

View File

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