Skip to content

Commit

Permalink
fix: ico size is not enough
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Apr 29, 2024
1 parent 5c6e80e commit 06c210f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Binary file added assets/Icon.ico
Binary file not shown.
Binary file added src/CurvaLauncher/Assets/Icon.ico
Binary file not shown.
6 changes: 1 addition & 5 deletions src/CurvaLauncher/CurvaLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<StartupObject>CurvaLauncher.EntryPoint</StartupObject>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Icon128.ico</ApplicationIcon>
<ApplicationIcon>Assets\Icon.ico</ApplicationIcon>

<Version>0.6.1-beta</Version>

Expand All @@ -23,10 +23,6 @@
<None Remove="Assets\Icon32.ico" />
</ItemGroup>

<ItemGroup>
<Content Include="Icon128.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="EleCho.GlobalHotkey.Windows" Version="1.0.2" />
Expand Down
Binary file removed src/CurvaLauncher/Icon128.ico
Binary file not shown.

0 comments on commit 06c210f

Please sign in to comment.