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 --- shell/syncmanager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/syncmanager.c') diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 98702ac9..12dcb473 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -252,7 +252,7 @@ static void got_response(GObject *source, GAsyncResult *res, gpointer user_data) goto out; if (sna->entry->file_name != NULL) { - gchar *path = g_build_filename(g_get_user_config_dir(), "hardinfo", + gchar *path = g_build_filename(g_get_user_config_dir(), "hardinfo2", sna->entry->file_name, NULL); GFile *file = g_file_new_for_path(path); GFileOutputStream *output = -- cgit v1.2.3