Skip to content

Commit 1739023

Browse files
committed
Fix Post Build Event
1 parent 421005f commit 1739023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/EngineOverheat/EngineOverheat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<ItemGroup />
8888
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8989
<PropertyGroup>
90-
<PostBuildEvent>set isAppVeyor=APPVEYOR
90+
<PostBuildEvent>SET isAppVeyor=%25APPVEYOR%25
9191

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

0 commit comments

Comments
 (0)