Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove incorrect linux icon config to fix linux app no icon issue #822

Merged
merged 1 commit into from
May 4, 2024

Conversation

PeterDaveHello
Copy link
Contributor

According to the official electron-builder doc:

Linux icon set will be generated automatically based on the macOS icns file or common icon.png.

Or you can put them into the build/icons directory if you want to specify them yourself. The filename must contain the size (e.g. 256x256.png) of the icon). Recommended sizes: 16, 32, 48, 64, 128, 256 (or just 512).

The old config is somehow wrong.

Visual comparison:

Before After
image image

Reference:

According to the official electron-builder doc:

> Linux icon set will be generated automatically based on the macOS
> `icns` file or common `icon.png`.
>
> Or you can put them into the `build/icons` directory if you want to
> specify them yourself.
> The filename must contain the size (e.g. `256x256.png`) of the icon).
> Recommended sizes: 16, 32, 48, 64, 128, 256 (or just 512).

The old config is somehow wrong.

Reference:
- https://www.electron.build/icons#linux
Copy link

vercel bot commented May 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chatall ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2024 5:26pm

@sunner sunner merged commit ad7bd9b into sunner:main May 4, 2024
2 checks passed
@sunner
Copy link
Owner

sunner commented May 4, 2024

Wow! This is great!
Close #473

@PeterDaveHello PeterDaveHello deleted the FixLinuxIcon branch May 4, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants