Skip to content

Conversation

martincostello
Copy link

When signing files for Windows, add "Node.js" as the description.

This should cause the string highlighted in the UAC elevation prompt screenshot below to be replaced with the string specified as the description.

image

@Copilot Copilot AI review requested due to automatic review settings September 13, 2025 09:43
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform. labels Sep 13, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a description parameter to the Windows code signing process to improve the user experience in UAC elevation prompts. Instead of showing a generic description, the prompt will now display "Node.js" to help users identify the software being installed or executed.

  • Adds /d "Node.js" parameter to the signtool command for Windows code signing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

When signing files for Windows, add "Node.js" as the description.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants