Skip to content

Commit e701ebb

Browse files
committed
Add essential task icon for Files
1 parent e3fa11a commit e701ebb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Files.App/Files.App.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
3131
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
3232
<PublishReadyToRunComposite Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRunComposite>
33+
<ApplicationIcon>Logo.ico</ApplicationIcon>
3334
</PropertyGroup>
3435

3536
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
@@ -62,6 +63,7 @@
6263
<Content Include="7zArm64.dll">
6364
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6465
</Content>
66+
<Content Include="Logo.ico" />
6567
</ItemGroup>
6668

6769
<ItemGroup>

src/Files.App/Logo.ico

66.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)