This commit is contained in:
Li 2022-07-17 18:52:10 +12:00
parent b961b50308
commit 3657da97f5

View file

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