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/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/benchmark.c') diff --git a/modules/benchmark.c b/modules/benchmark.c index c53790fa..312ef509 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -444,7 +444,7 @@ static gchar *find_benchmark_conf(void) const gchar *config_dir = g_get_user_config_dir(); gchar *path; - path = g_build_filename(config_dir, "hardinfo", "benchmark.json", NULL); + path = g_build_filename(config_dir, "hardinfo2", "benchmark.json", NULL); if (g_file_test(path, G_FILE_TEST_EXISTS)) return path; g_free(path); -- cgit v1.2.3