From 0a7e9ecee798012f9c3075d4e592fb79fcdbccf7 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Jan 2025 16:15:55 +0100 Subject: [PATCH] created WHY2_USER_CONFIG_DIR macro stupid gitea runner making me do shit --- include/flags.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/flags.h b/include/flags.h index 28c54ce..fbcd83c 100644 --- a/include/flags.h +++ b/include/flags.h @@ -51,7 +51,8 @@ enum WHY2_OUTPUT_FORMAT #define WHY2_VERSION "v5.0" //WHY2_VERSION OF CURRENT BUILD > DO NOT TOUCH THIS < #define WHY2_VERSIONS_URL "https://raw.githubusercontent.com/ENGO150/WHY2/release/versions.json" //URL FOR GETTING versions.json -#define WHY2_CONFIG_DIR "{HOME}/.config/WHY2" +#define WHY2_USER_CONFIG_DIR "{HOME}/.config" +#define WHY2_CONFIG_DIR WHY2_USER_CONFIG_DIR "/WHY2" #define WHY2_VERSIONS_NAME WHY2_CONFIG_DIR "/.versions.json" //do I have to explain this? #define WHY2_UPDATE_URL "https://github.com/ENGO150/WHY2.git" // REPOSITORY URL FOR UPDATES (YOU DON'T SAY)