fix weird bug with novetus lite deployment
This commit is contained in:
parent
86cfab3fc5
commit
c66a8cc73f
|
|
@ -26,6 +26,7 @@ namespace Novetus.ReleasePreparer
|
|||
{
|
||||
Console.WriteLine("Novetus Lite does not exist. Creating " + litepath);
|
||||
Directory.CreateDirectory(litepath);
|
||||
}
|
||||
|
||||
List<string> liteExcludeList = new List<string>();
|
||||
|
||||
|
|
@ -97,7 +98,6 @@ namespace Novetus.ReleasePreparer
|
|||
Console.WriteLine("Created " + pathlite);
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (args.Contains("-snapshot"))
|
||||
{
|
||||
string infopath = novpath + @"\\config\\info.ini";
|
||||
|
|
|
|||
Loading…
Reference in New Issue