From 791e864c90227aee35e0360a4cd8d6bc0a8da392 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Sun, 1 Oct 2023 14:00:47 -0400 Subject: [PATCH] Pushed fix for config folder on linux --- Nuake/src/Core/OS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nuake/src/Core/OS.cpp b/Nuake/src/Core/OS.cpp index 20693768..6fb5fec4 100644 --- a/Nuake/src/Core/OS.cpp +++ b/Nuake/src/Core/OS.cpp @@ -122,7 +122,7 @@ namespace Nuake { #endif #ifdef NK_LINUX - path = "~/.config/"; + path = "~/.config"; #endif return path;