Skip to content

Commit 5a430bf

Browse files
committed
Change Wav to output
1 parent 37858a4 commit 5a430bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
106106
</ItemGroup>
107107

108108
<ItemGroup>
109-
<Resource Include="Resources\open.wav" />
109+
<Resource Include="Resources\open.wav">
110+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
111+
</Resource>
110112
</ItemGroup>
111113

112114
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">

0 commit comments

Comments
 (0)