Skip to content

Commit

Permalink
Copy the built product into the Unity project after builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Nov 9, 2015
1 parent 2a4bda1 commit 4678396
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions YarnSpinner/YarnSpinner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<CustomCommands>
<CustomCommands>
<Command type="AfterBuild" command="cp ${TargetPath} &quot;Unity/Assets/Yarn Spinner/Code/&quot;" workingdir="${SolutionDir}" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit 4678396

Please # to comment.