1
0
mirror of synced 2024-11-11 22:07:09 +01:00

Fixed dll version number

This commit is contained in:
Harm 2022-05-14 21:32:04 +02:00
parent 27573d8baa
commit 49e820f86f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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