diff --git a/app/assets/js/scripts/settings.js b/app/assets/js/scripts/settings.js index 44e3a273..ae7c2448 100644 --- a/app/assets/js/scripts/settings.js +++ b/app/assets/js/scripts/settings.js @@ -1403,7 +1403,7 @@ function populateAboutVersionInformation(){ */ function populateReleaseNotes(){ $.ajax({ - url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom', + url: 'https://github.com/luki-39/LukiEnLiveLauncher/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 4f6f716a..f8335b90 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -50,7 +50,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}/Helios-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg` + info.darwindownload = `https://github.com/luki-39/LukiEnLiveLauncher/releases/download/v${info.version}/LukiEnLive.Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg` showUpdateUI(info) } diff --git a/app/settings.ejs b/app/settings.ejs index e1c6ff25..25ec9777 100644 --- a/app/settings.ejs +++ b/app/settings.ejs @@ -319,10 +319,10 @@
diff --git a/package-lock.json b/package-lock.json index decc0814..f93cf24b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lukienlivelauncher", - "version": "1.0.0", + "version": "1.9.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lukienlivelauncher", - "version": "1.0.0", + "version": "1.9.6", "license": "UNLICENSED", "dependencies": { "@electron/remote": "^2.0.4", diff --git a/package.json b/package.json index 1ad89ebc..6783d326 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lukienlivelauncher", - "version": "1.9.6", + "version": "1.9.7", "productName": "LukiEnLive Launcher", "description": "Launcher du serveur Moddé du Streameur LukiEnLive", "author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki",