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", //details: "kuku",
state: "Serveur Minecraft Communautaire !", 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) val = args[i].replace(argDiscovery, tempNativePath)
break break
case 'launcher_name': case 'launcher_name':
val = args[i].replace(argDiscovery, 'LukiEnLive-Launcher') val = args[i].replace(argDiscovery, 'LukiEnLiveLauncher')
break break
case 'launcher_version': case 'launcher_version':
val = args[i].replace(argDiscovery, this.launcherVersion) val = args[i].replace(argDiscovery, this.launcherVersion)

View File

@ -50,7 +50,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('New update available', info.version) loggerAutoUpdaterSuccess.log('New update available', info.version)
if(process.platform === 'darwin'){ 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) showUpdateUI(info)
} }

View File

@ -1,5 +1,5 @@
appId: 'lukienlivelauncher' appId: 'lukienlivelauncher'
productName: 'LukiEnLive Launcher' productName: 'LukiEnLiveLauncher'
artifactName: '${productName}-setup-${version}.${ext}' artifactName: '${productName}-setup-${version}.${ext}'
copyright: 'Copyright © 2018-2022 Daniel Scalzi' copyright: 'Copyright © 2018-2022 Daniel Scalzi'

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "lukienlivelauncher", "name": "lukienlivelauncher",
"version": "2.0.0", "version": "2.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lukienlivelauncher", "name": "lukienlivelauncher",
"version": "2.0.0", "version": "2.0.1",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@electron/remote": "^2.0.4", "@electron/remote": "^2.0.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "lukienlivelauncher", "name": "lukienlivelauncher",
"version": "2.0.0", "version": "2.0.1",
"productName": "LukiEnLive Launcher", "productName": "LukiEnLive Launcher",
"description": "Launcher du serveur Moddé du Streameur LukiEnLive", "description": "Launcher du serveur Moddé du Streameur LukiEnLive",
"author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki", "author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki",