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

fix(msi): fix broken shortcut icon when using msi target #6247

Merged
merged 3 commits into from
Sep 11, 2021

Conversation

erikrz
Copy link
Contributor

@erikrz erikrz commented Sep 9, 2021

fix (msi): broken shortcut icon (#5965)

Add MSI option "iconId", replaces old static "icon.ico" icon identifier.

fix (msi): broken shortcut icon

Add MSI option "iconId", replaces old static "icon.ico" icon identifier.
@changeset-bot
Copy link

changeset-bot bot commented Sep 9, 2021

🦋 Changeset detected

Latest commit: 874ee4e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
app-builder-lib Patch
dmg-builder Patch
electron-builder-squirrel-windows Patch
electron-builder Patch
electron-forge-maker-appimage Patch
electron-forge-maker-nsis-web Patch
electron-forge-maker-nsis Patch
electron-forge-maker-snap Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@netlify
Copy link

netlify bot commented Sep 9, 2021

✔️ Deploy Preview for jolly-roentgen-9c9aba ready!

🔨 Explore the source changes: 874ee4e

🔍 Inspect the deploy log: https://app.netlify.com/sites/jolly-roentgen-9c9aba/deploys/613bde54f5ba80000a072a5b

😎 Browse the preview: https://deploy-preview-6247--jolly-roentgen-9c9aba.netlify.app

@erikrz erikrz changed the title fix (msi): broken shortcut icon (#5965) fix(msi): fix broken shortcut icon when using msi target Sep 9, 2021
@mmaietta mmaietta self-assigned this Sep 10, 2021
@mmaietta
Copy link
Collaborator

Is this backward compatible with previous builds? Just want to make sure the icon doesn't break when an update is installed.

@erikrz
Copy link
Contributor Author

erikrz commented Sep 10, 2021

Yes, it does not impact app icons in taskbar, installer and uninstaller.
It only fixes start menu and desktop shortcut icons, which have been broken for a while because we did not comply with how the data is required by Wix.

@mmaietta
Copy link
Collaborator

Can you try rebasing this off latest master? I'm not sure why the doc generator is failing.

@mmaietta mmaietta merged commit a9ec90d into electron-userland:master Sep 11, 2021
@hasanatmango
Copy link

@erikrz Where we need to add iconId in package.json file ?

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

Successfully merging this pull request may close these issues.

None yet

3 participants