1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

Update Product Version to use Commit Date instead of Commit Hash

This commit is contained in:
Bryan Roe
2022-06-05 22:05:05 -07:00
parent c803e8fdda
commit a1271b27b3

View File

@@ -61,7 +61,7 @@ for($x=0;$x -lt $i.length;++$x)
# Update the ProductVersion
#
$current = $z[3];
$z[3] = "Commit: " + $hash;
$z[3] = "Commit: " + $hashdate;
$updated = $z[3];
}
if($z[1] -eq "FileVersion")