mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-07 15:32:34 +02:00
Remove testing parameter
This commit is contained in:
parent
0b0db925a7
commit
2029db1737
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace DistroGrubThemes
|
||||||
};
|
};
|
||||||
|
|
||||||
// Add a directory tree to be included in the output TAR archive:
|
// 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)
|
if (success != true)
|
||||||
{
|
{
|
||||||
Console.ForegroundColor = ConsoleColor.Red;
|
Console.ForegroundColor = ConsoleColor.Red;
|
||||||
|
|
Loading…
Add table
Reference in a new issue