Skip to content

Commit

Permalink
Merge the CS files before the build
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 19, 2023
1 parent b5b8487 commit 2e7bcd9
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="PostBuild" AfterTargets="PostBuildEvent">
<Target Name="PreBuild" AfterTargets="PostBuildEvent">
<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 2e7bcd9

Please sign in to comment.