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 do I create a desktop icon for my deb file and control the name of the deb file #3404

Closed
vijayee opened this issue Oct 18, 2018 · 1 comment
Labels

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"
      }
    }
  }
@stale
Copy link

stale bot commented Jul 2, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the backlog label Jul 2, 2019
@stale stale bot closed this as completed Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant