diff --git a/src/ArchiveManager.cs b/src/ArchiveManager.cs index 4c60e1b..a7443fa 100644 --- a/src/ArchiveManager.cs +++ b/src/ArchiveManager.cs @@ -12,7 +12,7 @@ namespace DistroGrubThemes }; // Add a directory tree to be included in the output TAR archive: - bool success = tar.AddDirRoot(sourceDirectory + "xxd"); + bool success = tar.AddDirRoot(sourceDirectory); if (success != true) { Console.ForegroundColor = ConsoleColor.Red;