mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change Wav to output
This commit is contained in:
parent
37858a4b4e
commit
5a430bfc48
1 changed files with 3 additions and 1 deletions
|
|
@ -106,7 +106,9 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Resources\open.wav" />
|
||||
<Resource Include="Resources\open.wav">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
|
|
|
|||
Loading…
Reference in a new issue