update prebuild again

This commit is contained in:
Li 2022-07-17 15:43:13 +12:00
parent e554d41c94
commit f2d36bd73a
5 changed files with 8 additions and 7 deletions

View file

@ -218,6 +218,6 @@
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="&quot;$(ProjectDir)../prebuild.py&quot;" />
<Exec Command="$(ProjectDir)/prebuild.py" />
</Target>
</Project>