Skip to content

Commit

Permalink
Merge pull request #776 from CitiesSkylinesMods/remove-dup-build-copy
Browse files Browse the repository at this point in the history
Remove duplicate xcopy in post-build script
  • Loading branch information
originalfoo authored Mar 5, 2020
2 parents 81e1206 + 496a4c1 commit 384c621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TLM/TLM/TLM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@
PostBuildMacros;
</PostBuildEventDependsOn>
<PostBuildEvent>set "DEPLOYDIR=$(LOCALAPPDATA)\Colossal Order\Cities_Skylines\Addons\Mods\$(TargetName)\"
xcopy /y "$(TargetDir)TrafficManager.dll" "%25DEPLOYDIR%25"
xcopy /y "$(TargetDir)TMPE.CitiesGameBridge.dll" "%25DEPLOYDIR%25"
xcopy /y "$(TargetDir)TMPE.GenericGameBridge.dll" "%25DEPLOYDIR%25"
xcopy /y "$(TargetDir)TMPE.API.dll" "%25DEPLOYDIR%25"
Expand Down

0 comments on commit 384c621

Please sign in to comment.