diff --git a/README.md b/README.md index 9b3b171c..bcf2d123 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
(formerly Electron Launcher)
-[

gh actions](https://github.com/luki-39/LukiEnLiveLauncher/actions) [downloads](https://github.com/luki-39/LukiEnLiveLauncher/releases) winter-is-coming

+[

gh actions](https://github.com/luki-39/LukiEnLiveLauncher/actions) [downloads](https://github.com/luki-39/LukiEnLiveLauncher/releases) winter-is-coming

Join modded servers without worrying about installing Java, Forge, or other mods. We'll handle that for you.

@@ -54,10 +54,10 @@ If you download from the [Releases](https://github.com/luki-39/LukiEnLiveLaunche | Platform | File | | -------- | ---- | -| Windows x64 | `Helios-Launcher-setup-VERSION.exe` | -| macOS x64 | `Helios-Launcher-setup-VERSION-x64.dmg` | -| macOS arm64 | `Helios-Launcher-setup-VERSION-arm64.dmg` | -| Linux x64 | `Helios-Launcher-setup-VERSION.AppImage` | +| Windows x64 | `LukiEnLive-Launcher-setup-VERSION.exe` | +| macOS x64 | `LukiEnLive-Launcher-setup-VERSION-x64.dmg` | +| macOS arm64 | `LukiEnLive-Launcher-setup-VERSION-arm64.dmg` | +| Linux x64 | `LukiEnLive-Launcher-setup-VERSION.AppImage` | ## Console @@ -91,8 +91,8 @@ This section details the setup of a basic developmentment environment. **Clone and Install Dependencies** ```console -> git clone https://github.com/dscalzi/HeliosLauncher.git -> cd HeliosLauncher +> git clone https://github.com/luki-39/LukiEnLiveLauncher.git +> cd LukiEnLiveLauncher > npm install ``` @@ -181,7 +181,7 @@ Note that you **cannot** open the DevTools window while using this debug configu Please give credit to the original author and provide a link to the original source. This is free software, please do at least this much. -For instructions on setting up Microsoft Authentication, see https://github.com/dscalzi/HeliosLauncher/blob/master/docs/MicrosoftAuth.md. +For instructions on setting up Microsoft Authentication, see https://github.com/luki-39/LukiEnLiveLauncher/blob/master/docs/MicrosoftAuth.md. --- @@ -206,6 +206,6 @@ The best way to contact the developers is on Discord. [rendererprocess]: https://electronjs.org/docs/tutorial/application-architecture#main-and-renderer-processes 'Renderer Process' [chromedebugger]: https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome 'Debugger for Chrome' [discord]: https://discord.gg/zNWUXdt 'Discord' -[wiki]: https://github.com/dscalzi/HeliosLauncher/wiki 'wiki' +[wiki]: https://github.com/luki-39/LukiEnLiveLauncherr/wiki 'wiki' [nebula]: https://github.com/dscalzi/Nebula 'dscalzi/Nebula' -[v2branch]: https://github.com/dscalzi/HeliosLauncher/tree/ts-refactor 'v2 branch' +[v2branch]: https://github.com/luki-39/LukiEnLiveLauncher/tree/ts-refactor 'v2 branch' diff --git a/app/assets/js/assetguard.js b/app/assets/js/assetguard.js index cd63f3c2..2859b669 100644 --- a/app/assets/js/assetguard.js +++ b/app/assets/js/assetguard.js @@ -227,7 +227,7 @@ class JavaGuard extends EventEmitter { * Fetch the last open JDK binary. * * HOTFIX: Uses Corretto 8 for macOS. - * See: https://github.com/dscalzi/HeliosLauncher/issues/70 + * See: https://github.com/luki-39/LukiEnLiveLauncher/issues/70 * See: https://github.com/AdoptOpenJDK/openjdk-support/issues/101 * * @param {string} major The major version of Java to fetch. diff --git a/app/assets/js/ipcconstants.js b/app/assets/js/ipcconstants.js index 8c969fa9..ef98f9fd 100644 --- a/app/assets/js/ipcconstants.js +++ b/app/assets/js/ipcconstants.js @@ -1,6 +1,6 @@ // NOTE FOR THIRD-PARTY // REPLACE THIS CLIENT ID WITH YOUR APPLICATION ID. -// SEE https://github.com/dscalzi/HeliosLauncher/blob/master/docs/MicrosoftAuth.md +// SEE https://github.com/dscalzi/luki-39/LukiEnLiveLauncher/blob/master/docs/MicrosoftAuth.md exports.AZURE_CLIENT_ID = '681c8525-6c74-411a-be03-8e367f2b0821' // SEE NOTE ABOVE. diff --git a/app/assets/js/scripts/landing.js b/app/assets/js/scripts/landing.js index b8af46e2..bb3cb954 100644 --- a/app/assets/js/scripts/landing.js +++ b/app/assets/js/scripts/landing.js @@ -340,7 +340,7 @@ function asyncSystemScan(mcVersion, launchAfter = true){ //$('#overlayDismiss').toggle(false) setOverlayContent( 'Java est requis
pour lancer', - `Une installation x64 valide de Java 8 est requise pour le lancement.

Veuillez vous référer à notre Guide de gestion Java pour obtenir des instructions sur l'installation manuelle de Java.`, + `Une installation x64 valide de Java 8 est requise pour le lancement.

Veuillez vous référer à notre Guide de gestion Java pour obtenir des instructions sur l'installation manuelle de Java.`, 'Je comprends', 'Retour' ) @@ -386,7 +386,7 @@ function asyncSystemScan(mcVersion, launchAfter = true){ // User will have to follow the guide to install Java. setOverlayContent( 'Problème inattendu :
Échec du téléchargement Java', - `Malheureusement, nous avons rencontré un problème lors de la tentative d'installation de Java. Vous devrez installer manuellement une copie. Veuillez consulter notre Guide de dépannage pour plus de détails et d'instructions.`, + `Malheureusement, nous avons rencontré un problème lors de la tentative d'installation de Java. Vous devrez installer manuellement une copie. Veuillez consulter notre Guide de dépannage pour plus de détails et d'instructions.`, 'Je comprends' ) setOverlayHandler(() => { @@ -693,7 +693,7 @@ function dlAsync(login = true){ data = data.trim() if(data.indexOf('Could not find or load main class net.minecraft.launchwrapper.Launch') > -1){ loggerLaunchSuite.error('Game launch failed, LaunchWrapper was not downloaded properly.') - showLaunchFailure('Erreur lors du lancement', `Le fichier principal, LaunchWrapper, n'a pas pu être téléchargé correctement. Par conséquent, le jeu ne peut pas se lancer.

Pour résoudre ce problème, désactivez temporairement votre logiciel antivirus et relancez le jeu.

Si vous avez le temps, veuillez soumettez un problème et faites-nous savoir quel logiciel antivirus vous utilisez. Nous allons les contacter et essayer d'arranger les choses.`) + showLaunchFailure('Erreur lors du lancement', `Le fichier principal, LaunchWrapper, n'a pas pu être téléchargé correctement. Par conséquent, le jeu ne peut pas se lancer.

Pour résoudre ce problème, désactivez temporairement votre logiciel antivirus et relancez le jeu.

Si vous avez le temps, veuillez soumettez un problème et faites-nous savoir quel logiciel antivirus vous utilisez. Nous allons les contacter et essayer d'arranger les choses.`) } }