Skip to content

Commit

Permalink
Fix Post Build Event
Browse files Browse the repository at this point in the history
  • Loading branch information
IncoCode committed Nov 16, 2018
1 parent 421005f commit 1739023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/EngineOverheat/EngineOverheat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>set isAppVeyor=APPVEYOR
<PostBuildEvent>SET isAppVeyor=%25APPVEYOR%25

IF NOT "%25isAppVeyor%25" == "True" (
xcopy "$(ProjectDir)$(OutDir)*.dll" "g:\GAMES\steamapps\common\Grand Theft Auto V\scripts\" /CY
Expand Down

0 comments on commit 1739023

Please sign in to comment.