fix: fix BuildInfo not being initialized

This commit is contained in:
sam 2024-06-04 17:43:48 +02:00
parent 588afeec20
commit 24155a149c
2 changed files with 7 additions and 0 deletions

View file

@ -29,4 +29,8 @@
<Exec Command="../build_info.sh" IgnoreExitCode="false">
</Exec>
</Target>
<ItemGroup>
<EmbeddedResource Include="..\.version" LogicalName="version"/>
</ItemGroup>
</Project>