-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Conversation
fix (msi): broken shortcut icon Add MSI option "iconId", replaces old static "icon.ico" icon identifier.
🦋 Changeset detectedLatest commit: 874ee4e The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
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 |
✔️ 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 |
Is this backward compatible with previous builds? Just want to make sure the icon doesn't break when an update is installed. |
Yes, it does not impact app icons in taskbar, installer and uninstaller. |
Can you try rebasing this off latest |
@erikrz Where we need to add |
fix (msi): broken shortcut icon (#5965)
Add MSI option "iconId", replaces old static "icon.ico" icon identifier.