t
This commit is contained in:
parent
6bbce4650a
commit
810c09b576
@ -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"}],
|
||||
}
|
||||
|
||||
})
|
||||
|
@ -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)
|
||||
|
@ -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
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user