Skip to content

Commit b17f12b

Browse files
committed
change wav file to resource
1 parent e04944f commit b17f12b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<SubType>Designer</SubType>
7878
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7979
</Content>
80+
<None Remove="Resources\open.wav" />
8081
<Content Include="Resources\Segoe Fluent Icons.ttf">
8182
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8283
</Content>
@@ -104,6 +105,10 @@
104105
<ProjectReference Include="..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
105106
</ItemGroup>
106107

108+
<ItemGroup>
109+
<Resource Include="Resources\open.wav" />
110+
</ItemGroup>
111+
107112
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
108113
<Exec Command="taskkill /f /fi &quot;IMAGENAME eq Flow.Launcher.exe&quot;" />
109114
</Target>

0 commit comments

Comments
 (0)