Skip to content

No icon on appImage. #70

@ajboni

Description

@ajboni

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions