Fixed dll version number
This commit is contained in:
parent
27573d8baa
commit
49e820f86f
Binary file not shown.
@ -22,7 +22,7 @@ assembly_info:
|
||||
before_build:
|
||||
- cmd: premake5.exe vs2017
|
||||
- ps: >-
|
||||
Get-Content .\OpenParrot\src\OpenParrot.rc | ForEach-Object { $_ -replace "1.0.0.0", $env:appveyor_build_version } | Set-Content .\OpenParrot\src\OpenParrot2.rc
|
||||
(Get-Content .\OpenParrot\src\OpenParrot.rc).replace("1.0.0.0", $env:appveyor_build_version).replace("1,0,0,0", $env:appveyor_build_version.replace(".", ",")) | Set-Content .\OpenParrot\src\OpenParrot2.rc
|
||||
|
||||
del .\OpenParrot\src\OpenParrot.rc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user