Skip to content

Commit abe4eec

Browse files
committed
fix Wav output setting
1 parent 5a430bf commit abe4eec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher/Flow.Launcher.csproj

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

108108
<ItemGroup>
109-
<Resource Include="Resources\open.wav">
110-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
111-
</Resource>
109+
<Content Include="Resources\open.wav">
110+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
111+
</Content>
112112
</ItemGroup>
113113

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

0 commit comments

Comments
 (0)