Fixed a lot of "in the wild" problems.
This commit is contained in:
@@ -149,7 +149,8 @@ namespace KattekerCreator
|
||||
var kattekerConfig = new KattekerConfig
|
||||
{
|
||||
Publish = _appArguments.PublishDir ?? _appArguments.OutputDir,
|
||||
Changelog = Path.GetFileName(_appArguments.ChangeLog)
|
||||
Changelog = Path.GetFileName(_appArguments.ChangeLog),
|
||||
Channel = _appArguments.Channel
|
||||
};
|
||||
kattekerConfig.WriteToFile(pathToFile);
|
||||
return pathToFile;
|
||||
|
||||
Reference in New Issue
Block a user