filehash over the whole file.

This commit is contained in:
2018-05-18 08:58:12 +02:00
parent 3da9846ae3
commit cf4cc2cd93
7 changed files with 13 additions and 16 deletions

View File

@ -20,11 +20,11 @@ namespace KattekerCreator
}
[DisplayName("Changelog")]
[Description("Filename of the changelog file")]
[Description("Path of the changelog file")]
public string ChangeLog
{
get => _changeLog;
set => SetPropertyIfNotDefault(ref _changeLog, value);
set => SetPropertyIfNotDefault(ref _changeLog, Path.GetFullPath(value));
}
[DisplayName("Channel")]