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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user