Skip to content

Commit

Permalink
Add missing dll dependency for Windows
Browse files Browse the repository at this point in the history
Bug: #863, #1017
  • Loading branch information
cameronwhite committed Oct 7, 2024
1 parent b9eb1f9 commit df71fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/windows/bundle_gtk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<GtkFile Include="$(MinGWBinFolder)\libgraphite2.dll" />
<GtkFile Include="$(MinGWBinFolder)\libgtk-4-1.dll" />
<GtkFile Include="$(MinGWBinFolder)\libharfbuzz-0.dll" />
<GtkFile Include="$(MinGWBinFolder)\libharfbuzz-subset-0.dll" />
<GtkFile Include="$(MinGWBinFolder)\libiconv-2.dll" />
<GtkFile Include="$(MinGWBinFolder)\libidn2-0.dll" />
<GtkFile Include="$(MinGWBinFolder)\libintl-8.dll" />
Expand Down Expand Up @@ -97,4 +98,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
</Project>

0 comments on commit df71fe3

Please sign in to comment.