File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -262,3 +262,7 @@ __pycache__/
262
262
dependencies /MenuAPI \. net \. dll
263
263
264
264
postbuild \. cmd
265
+
266
+ postbuild-fivem.cmd
267
+
268
+ postbuild-redm.cmd
Original file line number Diff line number Diff line change 31
31
</Reference >
32
32
</ItemGroup >
33
33
34
+ <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
35
+ <Exec Command =" if " $(ConfigurationName)" == " Release RedM" (
 if exist " $(SolutionDir)postbuild-redm.cmd" (
 " $(SolutionDir)postbuild-redm.cmd"
 )
 ) else if " $(ConfigurationName)" == " Release FiveM" (
 if exist " $(SolutionDir)\postbuild-fivem.cmd" (
 " $(SolutionDir)\postbuild-fivem.cmd"
 )
 )
 " />
36
+ </Target >
37
+
34
38
</Project >
You can’t perform that action at this time.
0 commit comments