From dad8cfbb91ba195b87f72776bc14b00112de3a4d Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Tue, 9 Sep 2025 19:16:52 +0200 Subject: [PATCH] fix --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index c0d8290..2735aaa 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,10 @@ { - "app_name": "HoDA", + "app_name": "Application", "app_os": "Windows", "app_version": "1.0.0", "architecture": "x64", "icon_path": "data/assets/icon.ico", "splash_image": "splash", "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