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

No icon on appImage. #70

Open
ajboni opened this issue Apr 27, 2021 · 3 comments
Open

No icon on appImage. #70

ajboni opened this issue Apr 27, 2021 · 3 comments

Comments

@ajboni
Copy link

ajboni commented Apr 27, 2021

Hi! The appImage version does not show any Icon on taskbar.

Using linux mint cinnamon .

If you are using electron-builder this is what I used on one of my apps

package.json

"build": {
... etc
"linux": {
      "target": [
        {
          "target": "AppImage",
          "arch": [
            "x64",
            "arm64"
          ]
        }
      ],
      "category": "Utility",
      "icon": "src/assets/icons/png",
      "artifactName": "${productName}-${version}-${os}-${arch}.${ext}"
    },
... etc
}

where png is a folder with a lot of icon sizes:

image

@AndreasGassmann
Copy link
Member

Thanks for the report, we will take a look.

@disaster123
Copy link

dead?

@AndreasGassmann
Copy link
Member

No, just low priority. Feel free to create a PR 👍

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

No branches or pull requests

3 participants