Réorganisation des composants et centralisation des logs

- Déplace ProtonUp-Qt après utils (Goverlay) dans les menus de sélection
- Met à jour le README pour refléter le nouvel ordre des composants
- Centralise tous les logs dans un fichier unique (gaming_installer.log)
This commit is contained in:
2025-07-27 05:52:04 +02:00
parent bd391eb16b
commit c88103b315
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
{
"permissions": {
"allow": [
"Bash(grep:*)"
"Bash(grep:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
],
"deny": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 172 KiB