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:
commit
833b022bf8
9
.gitignore
vendored
9
.gitignore
vendored
@ -4,6 +4,9 @@
|
|||||||
*.war
|
*.war
|
||||||
*.ear
|
*.ear
|
||||||
*.aar
|
*.aar
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
*.rar
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
replay_pid*
|
replay_pid*
|
||||||
|
|
||||||
@ -47,6 +50,12 @@ bin/
|
|||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
### BlueJ files ###
|
||||||
|
*.ctxt
|
||||||
|
|
||||||
|
### Mobile Tools for Java (J2ME) ###
|
||||||
|
.mtj.tmp/
|
||||||
|
|
||||||
### Mac OS ###
|
### Mac OS ###
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Minecraft Launcher
|
# PedaloLauncher
|
||||||
|
|
||||||
Launcher Minecraft personnalisé avec authentification Microsoft moderne et connexion automatique au serveur PEDALO.
|
Launcher Minecraft personnalisé avec authentification Microsoft moderne et connexion automatique au serveur PEDALO.
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ java -jar MinecraftLauncher.jar
|
|||||||
## Structure du Projet
|
## Structure du Projet
|
||||||
|
|
||||||
```
|
```
|
||||||
MinecraftLauncher/
|
PedaloLauncher/
|
||||||
├── src/com/minecraftlauncher/
|
├── src/com/minecraftlauncher/
|
||||||
│ ├── Main.java # Point d'entrée
|
│ ├── Main.java # Point d'entrée
|
||||||
│ ├── auth/
|
│ ├── auth/
|
||||||
@ -67,4 +67,4 @@ Le launcher utilise l'API OAuth2 v2.0 de Microsoft avec :
|
|||||||
|
|
||||||
## Auteur
|
## Auteur
|
||||||
|
|
||||||
Développé avec l'aide de Claude Code (Anthropic)
|
Développé par VIDOKS avec l'aide de Claude Code (Anthropic)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user