Skip to content

feat: add nsis support for allowToAddShortcuts(user decides wether to… #9123

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaywalker15262
Copy link

… create shortcuts)

allows the user to configure wether or not they wish to create shortcuts after finishing installation

… create shortcuts)

allows the user to configure wether or not they wish to create shortcuts after finishing installation
Copy link

changeset-bot bot commented May 22, 2025

⚠️ No Changeset found

Latest commit: fe042a0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

[Click here if you're a maintainer who wants to add a changeset to this PR](https://github.com/jaywalker15262/electron-builder/new/master?filename=.changeset/brown-ears-enjoy.md&value=---%0A%22app-builder-lib%22%3A%20patch%0A---%0A%0Afeat%3A%20add%20nsis%20support%20for%20allowToAddShortcuts(user%20decides%20wether%20to%E2%80%A6%0A)

* If enabled, the user can opt-in or opt-out at install time.
* @default false
*/
readonly allowToAddShortcut?: boolean
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thoughts on renaming this to allowToCustomizeShortcuts since it supports customizing desktop and/or start menu. Thinking "Customize" because it allows the user to allow/enable or disable/remove shortcuts from being created.

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.

2 participants