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

Handle scalable icons in the configuration #94

Closed
edhelas opened this issue Sep 1, 2017 · 2 comments
Closed

Handle scalable icons in the configuration #94

edhelas opened this issue Sep 1, 2017 · 2 comments
Assignees

Comments

@edhelas
Copy link

edhelas commented Sep 1, 2017

{
  "icon": {
    "32x32": "icons/32.png",
    "48x48": "icons/48.png",
    "64x64": "icons/64.png",
    "128x128": "icons/128.png",
    "256x256": "icons/256.png",
    "scalable": "icons/vectorial.svg"
  }
}

I have a SVG version of my app icon in the configuration, however electron-installer-debian rename the file to .png. Is it possible to keep the file as a SVG in the package ? (it's already in the correct directory).

@fcastilloec
Copy link
Collaborator

This might be possible to do. I just have to check the debian specifications on how to deal with this

@fcastilloec
Copy link
Collaborator

Support for this has been added, SVG icons will work only for the scalable "resolution", all others will need PNG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants