Skip to content

Commit

Permalink
Only copy the Adwaita icons from the MSYS packages.
Browse files Browse the repository at this point in the history
This avoids having an existing `icon-theme.cache` for the `hicolor` theme which is out of date vs the updated index.theme we install
  • Loading branch information
cameronwhite committed Dec 19, 2023
1 parent 41eb43e commit a38006d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/windows/bundle_gtk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<GtkFile Include="$(MinGWFolder)\lib\gdk-pixbuf-2.0\**" LinkBase="..\lib\gdk-pixbuf-2.0" />
<GtkFile Include="$(MinGWFolder)\share\glib-2.0\schemas\**" LinkBase="..\share\glib-2.0\schemas" />
<GtkFile Include="$(MinGWFolder)\share\locale\**" LinkBase="..\share\locale" />
<GtkFile Include="$(MinGWFolder)\share\icons\**" LinkBase="..\share\icons" />
<GtkFile Include="$(MinGWFolder)\share\icons\Adwaita\**" LinkBase="..\share\icons\Adwaita" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a38006d

Please sign in to comment.