From df41e6968e12f75b514b605968fe3fb9a3c5740e Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 00:02:48 +0100 Subject: ADD Package building for hardinfo2 --- modules/devices/x86/x86_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/devices/x86') diff --git a/modules/devices/x86/x86_data.c b/modules/devices/x86/x86_data.c index 13108ebb..f56e8668 100644 --- a/modules/devices/x86/x86_data.c +++ b/modules/devices/x86/x86_data.c @@ -327,7 +327,7 @@ static void build_meaning_table_iter(JsonObject *object, void cpuflags_x86_init(void) { - gchar *flag_json = g_build_filename(g_get_user_config_dir(), "hardinfo", + gchar *flag_json = g_build_filename(g_get_user_config_dir(), "hardinfo2", "cpuflags.json", NULL); gboolean use_builtin_table = TRUE; -- cgit v1.2.3