1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-08 06:08:20 -05:00

Maybe this will work better

This commit is contained in:
RaidMax 2019-12-09 14:08:52 -06:00
parent 998981d54e
commit d0db9ed4d9

View File

@ -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