diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index e3fd087..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(grep:*)", - "Bash(git add:*)", - "Bash(git commit:*)", - "Bash(git push:*)", - "Bash(bash:*)" - ], - "deny": [] - } -} \ No newline at end of file diff --git a/README.md b/README.md index 23a793b..18df3d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 🎮 Debian Gaming Deployment Tool ![Debian Gaming Deployment Tool](debian_gaming_deployment_tool.png) +![raccourci](raccourci.png) Script d'installation graphique pour un environnement gaming complet sur Debian. diff --git a/debian_gaming_deployment_tool.png b/debian_gaming_deployment_tool.png index 2a63ca8..bc3a3b8 100644 Binary files a/debian_gaming_deployment_tool.png and b/debian_gaming_deployment_tool.png differ diff --git a/install_gaming.sh b/install_gaming.sh index 86a429d..1311d88 100755 --- a/install_gaming.sh +++ b/install_gaming.sh @@ -422,7 +422,7 @@ show_unified_selection() { FALSE "heroic" "GitHub" "🎮 Heroic Game Launcher - Client Epic Games et GOG" \ FALSE "lutris" "APT" "🎮 Lutris - Gestionnaire de bibliothèque de jeux" \ FALSE "retroarch" "Flatpak" "🕹️ RetroArch - Plateforme d'émulation multi-systèmes" \ - FALSE "GOverlay" "APT" "⚡ GOverlay - Monitoring des performances (FPS, CPU, GPU)" \ + FALSE "goverlay" "APT" "⚡ GOverlay - Monitoring des performances (FPS, CPU, GPU)" \ FALSE "protonup" "Flatpak" "🔄 ProtonUp-Qt - Gestionnaire de versions Proton" \ FALSE "wine" "APT" "🍷 Wine + Winetricks - Couche de compatibilité Windows" \ FALSE "bottles" "Flatpak" "🍷 Bottles - Gestionnaire Wine moderne" \ diff --git a/raccourci.png b/raccourci.png new file mode 100644 index 0000000..6347c01 Binary files /dev/null and b/raccourci.png differ