Skip to content

Commit

Permalink
added uninstaller to postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
epix37 committed Apr 20, 2015
1 parent 76d3e0c commit 8963822
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,9 @@
<Content Include="Files\cardDB.zhTW.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="HDTUninstaller.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="HDTUpdate.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -3074,6 +3077,7 @@
xcopy /E /Y "Files\*.*" "..\Hearthstone Deck Tracker\Files"
xcopy /Y "Hearthstone Deck Tracker.exe" "..\Hearthstone Deck Tracker"
xcopy /Y "HDTUpdate.exe" "..\Hearthstone Deck Tracker"
xcopy /Y "HDTUninstaller.exe" "..\Hearthstone Deck Tracker"
xcopy /Y "HtmlAgilityPack.dll" "..\Hearthstone Deck Tracker"
xcopy /Y "MahApps.Metro.dll" "..\Hearthstone Deck Tracker"
xcopy /Y "Newtonsoft.Json.dll" "..\Hearthstone Deck Tracker"
Expand Down

0 comments on commit 8963822

Please sign in to comment.