diff options
| author | bigbear <ns@bigbear.dk> | 2024-02-08 00:02:48 +0100 | 
|---|---|---|
| committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:52 +0100 | 
| commit | df41e6968e12f75b514b605968fe3fb9a3c5740e (patch) | |
| tree | 41b3d7857cee100d978bead071fc7c0f7caf0fb9 /modules/benchmark.c | |
| parent | da0d0d9040b91ecef5985af982d7e77ae435a957 (diff) | |
ADD Package building for hardinfo2
Diffstat (limited to 'modules/benchmark.c')
| -rw-r--r-- | modules/benchmark.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  | 
