mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Make changelog generator use LastWriteTime
Avoids cases where the date is incorrect if a list with the same name is compiled.
This commit is contained in:
parent
563de77205
commit
8231d5252c
@ -75,7 +75,7 @@ namespace Wabbajack.CLI.Verbs
|
||||
|
||||
var mdText =
|
||||
$"## {update.Version}\n\n" +
|
||||
$"**Build at:** `{File.GetCreationTime(Update)}`\n\n" +
|
||||
$"**Build at:** `{File.GetLastWriteTime(Update)}`\n\n" +
|
||||
"**Info**:\n\n" +
|
||||
$"- Download Size change: {downloadSizeChanges.ToFileSizeString()} (Total: {update.DownloadSize.ToFileSizeString()})\n" +
|
||||
$"- Install Size change: {installSizeChanges.ToFileSizeString()} (Total: {update.InstallSize.ToFileSizeString()})\n\n";
|
||||
|
Loading…
Reference in New Issue
Block a user