Skip to content

Commit

Permalink
First Beta Release
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareMan committed Jul 6, 2020
1 parent e8991aa commit 3e2ca82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file not shown.
4 changes: 4 additions & 0 deletions LiveSplit.BfBBRehydrated/LiveSplit.BfBBRehydrated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,13 @@
<DependentUpon>SplitSettings.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="Components" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
copy $(TargetPath) $(ProjectDir)Components\$(TargetFileName)
copy $(TargetPath) C:\Users\Owner\Documents\Livesplit\Components\$(TargetFileName)
</PostBuildEvent>
</PropertyGroup>
Expand Down

0 comments on commit 3e2ca82

Please sign in to comment.