This commit is contained in:
luki39 2022-02-28 14:35:04 +01:00
parent 6bbce4650a
commit 810c09b576
6 changed files with 7 additions and 7 deletions

View File

@ -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"}],
}
})

View File

@ -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)

View File

@ -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)
}

4
package-lock.json generated
View File

@ -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",

View File

@ -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",