Resolve merge conflicts and integrate PedaloLauncher code

- Merged existing repository structure with complete launcher implementation
- Updated README.md with full documentation
- Enhanced .gitignore with comprehensive exclusions
- Ready for production deployment
This commit is contained in:
VIDOKS 2025-09-05 02:02:58 +02:00
commit 833b022bf8
2 changed files with 13 additions and 4 deletions

9
.gitignore vendored
View File

@ -4,6 +4,9 @@
*.war
*.ear
*.aar
*.zip
*.tar.gz
*.rar
hs_err_pid*
replay_pid*
@ -47,6 +50,12 @@ bin/
### VS Code ###
.vscode/
### BlueJ files ###
*.ctxt
### Mobile Tools for Java (J2ME) ###
.mtj.tmp/
### Mac OS ###
.DS_Store

View File

@ -1,4 +1,4 @@
# Minecraft Launcher
# PedaloLauncher
Launcher Minecraft personnalisé avec authentification Microsoft moderne et connexion automatique au serveur PEDALO.
@ -26,7 +26,7 @@ java -jar MinecraftLauncher.jar
## Structure du Projet
```
MinecraftLauncher/
PedaloLauncher/
├── src/com/minecraftlauncher/
│ ├── Main.java # Point d'entrée
│ ├── auth/
@ -67,4 +67,4 @@ Le launcher utilise l'API OAuth2 v2.0 de Microsoft avec :
## Auteur
Développé avec l'aide de Claude Code (Anthropic)
Développé par VIDOKS avec l'aide de Claude Code (Anthropic)