This commit is contained in:
SoraxDubbing 2022-02-24 14:50:52 +01:00
commit 31c57e9652
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<p align="center"><img src="./app/assets/images/SealCircle.png" width="150px" height="150px" alt="aventium softworks"></p>
<h1 align="center">Helios Launcher</h1>
<h1 align="center">LukiEnLive Launcher</h1>
<em><h5 align="center">(formerly Electron Launcher)</h5></em>

View File

@ -65,7 +65,7 @@ client.on("ready", () => {
},
//details: "kuku",
state: "Serveur Minecraft Communautaire !",
buttons: [{ label: "Twitch", url: "https://twitch.tv/lukienlive"}, { label: "Rejoins nous !", url: "https://discord.gg/RspuRbNn4M"}],
buttons: [{ label: "Discord", url: "https://discord.gg/RspuRbNn4M"}, { label: "Rejoins nous !", url: "https://github.com/Sorax5/LukiEnLiveLauncher/releases/download/v1.0.2/LukiEnLive.Launcher-setup-1.0.2.exe"}],
}
})