diff --git a/.launcher.sh.un~ b/.launcher.sh.un~ index a54197b..8963930 100755 Binary files a/.launcher.sh.un~ and b/.launcher.sh.un~ differ diff --git a/launcher.sh b/launcher.sh index 8972843..8bf57e9 100755 --- a/launcher.sh +++ b/launcher.sh @@ -62,9 +62,21 @@ config_url="https://raw.githubusercontent.com/PixPix20/Minecraft-Installer/refs/ show_version(){ printf "Version ${VERSION}\n" - printf "Environement : ${env}\n" } - +show_env(){ + printf "Environement : ${env}\n" + printf "--PATHS :\n" + printf "AFS : ${afs}\n" + printf "i3 : ${i3_config}\n" + printf "Configuration du launcher : ${launcher_config_path}\n" + printf "Dossier de l'appimage : ${launcher_appimage}\n" + printf "Instances : ${instances_path}\n" + printf "Mods : ${mods_path}\n" + printf "Java : ${java_path}\n" + printf "Téléchargements : ${downloads_path}\n" + printf "Fichiers locaux du launcher : ${launcher_local_files_path}\n" + printf "Script : ${bin_path}\n" +} help_msg(){ cat <