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 b503584 commit baf75c4Copy full SHA for baf75c4
Flow.Launcher/Flow.Launcher.csproj
@@ -97,12 +97,6 @@
97
<ProjectReference Include="..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
98
</ItemGroup>
99
100
- <ItemGroup>
101
- <None Update="Images\app.ico">
102
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
103
- </None>
104
- </ItemGroup>
105
-
106
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
107
<Exec Command="taskkill /f /fi "IMAGENAME eq Flow.Launcher.exe"" />
108
</Target>
0 commit comments