Renamed ApplicationArguments, improved errorhandling in AssemblyFileInfo, changed separator in ReleaseEntry,

This commit is contained in:
2018-03-21 22:06:26 +01:00
parent 80a0ea9dd9
commit b2ef60a595
9 changed files with 43 additions and 558 deletions

View File

@ -139,7 +139,7 @@ namespace KattekerCreator
p.StartInfo = new ProcessStartInfo
{
FileName = _executable,
Arguments = templateFile,
Arguments = $"\"{templateFile}\"",
UseShellExecute = false
};
var sw = Stopwatch.StartNew();