Skip to content

Commit

Permalink
Specify unmanaged 64-bit DLLs explicitly
Browse files Browse the repository at this point in the history
Without this, Costura.Fody does not bake them into the final executable.
  • Loading branch information
yukw777 committed Oct 19, 2023
1 parent dcd4f64 commit 8e84ba0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/PercepSync/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura />
<Costura>
<Unmanaged64Assemblies>
Microsoft.Psi.Media_Interop.Windows.x64
Microsoft.CognitiveServices.Speech.core
</Unmanaged64Assemblies>
</Costura>
</Weavers>

0 comments on commit 8e84ba0

Please sign in to comment.