Skip to content

Commit b732ec1

Browse files
authored
Merge pull request #9 from emako/main
fix: ico size is not enough
2 parents 5c6e80e + 06c210f commit b732ec1

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

assets/Icon.ico

81 KB
Binary file not shown.

src/CurvaLauncher/Assets/Icon.ico

81 KB
Binary file not shown.

src/CurvaLauncher/CurvaLauncher.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<StartupObject>CurvaLauncher.EntryPoint</StartupObject>
1212
<ApplicationManifest>app.manifest</ApplicationManifest>
13-
<ApplicationIcon>Icon128.ico</ApplicationIcon>
13+
<ApplicationIcon>Assets\Icon.ico</ApplicationIcon>
1414

1515
<Version>0.6.1-beta</Version>
1616

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

26-
<ItemGroup>
27-
<Content Include="Icon128.ico" />
28-
</ItemGroup>
29-
3026
<ItemGroup>
3127
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
3228
<PackageReference Include="EleCho.GlobalHotkey.Windows" Version="1.0.2" />

src/CurvaLauncher/Icon128.ico

-66.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)