Skip to content

Commit

Permalink
Merge pull request #9 from emako/main
Browse files Browse the repository at this point in the history
fix: ico size is not enough
  • Loading branch information
SlimeNull authored May 8, 2024
2 parents 5c6e80e + 06c210f commit b732ec1
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 b732ec1

Please sign in to comment.