mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-07 21:58:06 -05:00
Maybe this will work better
This commit is contained in:
parent
998981d54e
commit
d0db9ed4d9
@ -20,4 +20,4 @@ Minor = $versionInfo.ProductMinorPart
|
|||||||
Build = $versionInfo.ProductBuildPart
|
Build = $versionInfo.ProductBuildPart
|
||||||
Revision = $versionInfo.ProductPrivatePart
|
Revision = $versionInfo.ProductPrivatePart
|
||||||
}
|
}
|
||||||
$json | ConvertTo-Json -Encoding ASCII > ("{0}\VersionInformation.json" -f $PublishDir)
|
$json | ConvertTo-Json | Out-File -FilePath ("{0}\VersionInformation.json" -f $PublishDir) -Encoding ASCII
|
Loading…
x
Reference in New Issue
Block a user