We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04944f commit b17f12bCopy full SHA for b17f12b
Flow.Launcher/Flow.Launcher.csproj
@@ -77,6 +77,7 @@
77
<SubType>Designer</SubType>
78
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
79
</Content>
80
+ <None Remove="Resources\open.wav" />
81
<Content Include="Resources\Segoe Fluent Icons.ttf">
82
83
@@ -104,6 +105,10 @@
104
105
<ProjectReference Include="..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
106
</ItemGroup>
107
108
+ <ItemGroup>
109
+ <Resource Include="Resources\open.wav" />
110
+ </ItemGroup>
111
+
112
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
113
<Exec Command="taskkill /f /fi "IMAGENAME eq Flow.Launcher.exe"" />
114
</Target>
0 commit comments