Skip to content

Commit

Permalink
New logo
Browse files Browse the repository at this point in the history
  • Loading branch information
GewoonJaap committed Nov 2, 2023
1 parent 3b40b14 commit 2634946
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Binary file added Assets/Icon/ICO/WinWhisper-Duotone_Icon.ico
Binary file not shown.
Binary file added Assets/Icon/ICO/WinWhisper-White_Icon.ico
Binary file not shown.
7 changes: 4 additions & 3 deletions ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>WinWhisper</AssemblyName>
<ApplicationIcon>WhisperIcon.ico</ApplicationIcon>
<ApplicationIcon>WinWhisper-White_Icon.ico</ApplicationIcon>
<Platforms>AnyCPU;ARM64</Platforms>
<Version>1.1</Version>
<Version>1.2</Version>
<Description>WinWhisper is a Windows application that uses AI to detect and remove background noise from audio files.</Description>
<Authors>Jaap</Authors>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<Content Include="WhisperIcon.ico" />
<Content Include="WinWhisper-White_Icon.ico" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file removed ConsoleApp/WhisperIcon.ico
Binary file not shown.
Binary file added ConsoleApp/WinWhisper-Duotone_Icon.ico
Binary file not shown.
Binary file added ConsoleApp/WinWhisper-White_Icon.ico
Binary file not shown.

0 comments on commit 2634946

Please sign in to comment.