Skip to content

Commit

Permalink
Fixed BeforeTargets being set to PostBuildEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 20, 2023
1 parent 2e7bcd9 commit 34424de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LemonUI.RageMP/LemonUI.RageMP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</PackageReference>
</ItemGroup>

<Target Name="PreBuild" AfterTargets="PostBuildEvent">
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="python &quot;$(SolutionDir)ragemp.py&quot; &quot;$(SolutionDir)LemonUI&quot; &quot;$(OutDir)..\FOR DEVELOPERS\LemonUI.RageMP.cs&quot;" />
</Target>

Expand Down

0 comments on commit 34424de

Please sign in to comment.