mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 16:06:50 +00:00
Use mono to invoke Build.UpdateVersion.exe on non-Windows systems.
This commit is contained in:
parent
60fa8bec42
commit
31a19b7328
|
@ -40,6 +40,7 @@
|
|||
<Delete Files="..\..\Version.txt" />
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
<Exec Command="$(OutputPath)\Build.UpdateVersion.exe" />
|
||||
<Exec Command="$(OutputPath)\Build.UpdateVersion.exe" Condition="$(OS) == 'Windows_NT'" />
|
||||
<Exec Command="mono $(OutputPath)\Build.UpdateVersion.exe" Condition="$(OS) != 'Windows_NT'" />
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue