Browse Source

Doorstop build works, now gets distributed

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
456199890b
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      Doorstop
  2. +1
    -0
      IPA/IPA.csproj

+ 1
- 1
Doorstop

@ -1 +1 @@
Subproject commit 563b4d704eef6d96528b8940306ac25ead715594
Subproject commit fb537afc549420a5e857700d29807dba87ed2b60

+ 1
- 0
IPA/IPA.csproj View File

@ -146,6 +146,7 @@
</ItemGroup>
<Copy SourceFiles="@(Dlls)" DestinationFolder="$(OutputPath)IPA\%(RecursiveDir)" />
<Move SourceFiles="$(OutputPath)IPA\proxy.dll" DestinationFiles="$(OutputPath)IPA\winhttp.dll" />
<Move Condition="Exists('$(OutputPath)IPA\proxy.pdb')" SourceFiles="$(OutputPath)IPA\proxy.pdb" DestinationFiles="$(OutputPath)IPA\winhttp.pdb" />
<ItemGroup>
<BadDlls Include="$(OutputPath)Mono.Cecil.*" />
<!-- Kill the Mono.Cecil stuff that get put in the root, don't want to dupe it -->


Loading…
Cancel
Save