From 810c09b5764cf5ba6167c2d2166f0a8565735e8d Mon Sep 17 00:00:00 2001 From: luki39 Date: Mon, 28 Feb 2022 14:35:04 +0100 Subject: [PATCH] t --- app/assets/js/discordwrapper.js | 2 +- app/assets/js/processbuilder.js | 2 +- app/assets/js/scripts/uicore.js | 2 +- electron-builder.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/assets/js/discordwrapper.js b/app/assets/js/discordwrapper.js index 5413726a..bcd2917f 100644 --- a/app/assets/js/discordwrapper.js +++ b/app/assets/js/discordwrapper.js @@ -65,7 +65,7 @@ client.on("ready", () => { }, //details: "kuku", state: "Serveur Minecraft Communautaire !", - buttons: [{ label: "Discord", url: "https://discord.gg/RspuRbNn4M"}, { label: "Rejoins nous !", url: "https://github.com/luki-39/LukiEnLiveLauncher/releases/download/v2.0.0/LukiEnLive.Launcher-setup-2.0.0.exe"}], + buttons: [{ label: "Discord", url: "https://discord.gg/RspuRbNn4M"}, { label: "Rejoins nous !", url: "https://github.com/luki-39/LukiEnLiveLauncher/releases/download/v2.0.0/LukiEnLiveLauncher-setup-2.0.0.exe"}], } }) diff --git a/app/assets/js/processbuilder.js b/app/assets/js/processbuilder.js index 565c2d60..dfd761c4 100644 --- a/app/assets/js/processbuilder.js +++ b/app/assets/js/processbuilder.js @@ -483,7 +483,7 @@ class ProcessBuilder { val = args[i].replace(argDiscovery, tempNativePath) break case 'launcher_name': - val = args[i].replace(argDiscovery, 'LukiEnLive-Launcher') + val = args[i].replace(argDiscovery, 'LukiEnLiveLauncher') break case 'launcher_version': val = args[i].replace(argDiscovery, this.launcherVersion) diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index f8335b90..d42a86ac 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/luki-39/LukiEnLiveLauncher/releases/download/v${info.version}/LukiEnLive.Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg` + info.darwindownload = `https://github.com/luki-39/LukiEnLiveLauncher/releases/download/v${info.version}/LukiEnLiveLauncher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg` showUpdateUI(info) } diff --git a/electron-builder.yml b/electron-builder.yml index cdbd5144..2508d0bb 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,5 +1,5 @@ appId: 'lukienlivelauncher' -productName: 'LukiEnLive Launcher' +productName: 'LukiEnLiveLauncher' artifactName: '${productName}-setup-${version}.${ext}' copyright: 'Copyright © 2018-2022 Daniel Scalzi' diff --git a/package-lock.json b/package-lock.json index 81ebb637..c238885d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lukienlivelauncher", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lukienlivelauncher", - "version": "2.0.0", + "version": "2.0.1", "license": "UNLICENSED", "dependencies": { "@electron/remote": "^2.0.4", diff --git a/package.json b/package.json index d318ebcc..1b17a8ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lukienlivelauncher", - "version": "2.0.0", + "version": "2.0.1", "productName": "LukiEnLive Launcher", "description": "Launcher du serveur Moddé du Streameur LukiEnLive", "author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki",