Skip to content

Commit b26cf22

Browse files
authored
Merge pull request #284 from JohnTheGr8/copy_svg_images_to_output
fix: copy svg images to output from the main project
2 parents d223d2c + 49560db commit b26cf22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
<Content Include="Images\*.png">
6464
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6565
</Content>
66+
<Content Include="Images\*.svg">
67+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68+
</Content>
6669
</ItemGroup>
6770

6871
<ItemGroup>

0 commit comments

Comments
 (0)