fix weird bug with novetus lite deployment

This commit is contained in:
Bitl 2022-06-01 11:02:38 -07:00
parent 86cfab3fc5
commit c66a8cc73f
1 changed files with 60 additions and 60 deletions

View File

@ -26,6 +26,7 @@ namespace Novetus.ReleasePreparer
{ {
Console.WriteLine("Novetus Lite does not exist. Creating " + litepath); Console.WriteLine("Novetus Lite does not exist. Creating " + litepath);
Directory.CreateDirectory(litepath); Directory.CreateDirectory(litepath);
}
List<string> liteExcludeList = new List<string>(); List<string> liteExcludeList = new List<string>();
@ -97,7 +98,6 @@ namespace Novetus.ReleasePreparer
Console.WriteLine("Created " + pathlite); Console.WriteLine("Created " + pathlite);
} }
} }
}
else if (args.Contains("-snapshot")) else if (args.Contains("-snapshot"))
{ {
string infopath = novpath + @"\\config\\info.ini"; string infopath = novpath + @"\\config\\info.ini";