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

How to Configure desktop Icon and Name for deb files #3405

Closed
vijayee opened this issue Oct 18, 2018 · 2 comments
Closed

How to Configure desktop Icon and Name for deb files #3405

vijayee opened this issue Oct 18, 2018 · 2 comments

Comments

@vijayee
Copy link

vijayee commented Oct 18, 2018

I'm trying to configure my app to have a desktop icon on my linux .deb files. Do you have an example of the correct way to implement this in configuration? Also my .deb files have completely different name than my mac and windows targets. How do I specify the deb file name? Here is my configuration

"build": {
    "productName": "OFFSystem",
    "appId": "com.prometheus.offsystem",
    "directories": {
      "output": "dist"
    },
    "dmg": {
      "contents": [
        {
          "x": 410,
          "y": 150,
          "type": "link",
          "path": "/Applications"
        },
        {
          "x": 130,
          "y": 150,
          "type": "file"
        }
      ]
    },
    "mac": {
      "target": "zip",
      "icon": "src/electron/images/off-logo.icns"
    },
    "win": {
      "target": "nsis",
      "icon": "src/electron/images/off-logo.ico"
    },
    "linux": {
      "target": "deb",
      "icon": "src/electron/images/off-logo.png",
      "executableName": "offs",
      "desktop": {
        "Name": "OFFSystem",
        "Icon": "src/electron/images/off-logo.png",
        "Comment": "Owner Free File System",
        "Categories": "Network"
      }
    }
  }
@Lazza
Copy link

Lazza commented Nov 14, 2018

DEB files do not have icons, as they are simple archives. Moreover, this is a duplicate of #3404.

@develar
Copy link
Member

develar commented Nov 14, 2018

Duplicates #3404

@develar develar closed this as completed Nov 14, 2018
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