From 6ae86903e94da6a0adedabe19e9483ea00ce4e1c Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Tue, 19 Aug 2025 20:17:04 +0200 Subject: [PATCH] fix name --- README.md | 2 +- config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d947321..1bbe4a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🚀 HoDA - Python PyQt6 Application Template +# 🚀 Python PyQt6 Application Template Bienvenue ! Ce projet est **bien plus qu'un simple template** : c'est une boîte à outils moderne pour créer rapidement des applications desktop Python élégantes, robustes et évolutives. Vous voulez coder, personnaliser, traduire, mettre à jour, distribuer ? Tout est déjà prêt ! diff --git a/config.json b/config.json index 7ee62ea..92ba29b 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,10 @@ { - "app_name": "HoDA", + "app_name": "Application", "python_version": "3.11.7", "app_os": "Windows", "app_version": "1.0.0", "architecture": "x64", "icon_path": "data/assets/icon.ico", "main_script": "main.py", - "git_repo": "https://gitea.louismazin.ovh/LouisMazin/HoDA" + "git_repo": "https://gitea.louismazin.ovh/LouisMazin/PythonApplicationTemplate" } \ No newline at end of file