Skip to content

Add the correct description#259

Merged
vcsjones merged 2 commits into
vcsjones:mainfrom
ice-edge:main
Sep 16, 2024
Merged

Add the correct description#259
vcsjones merged 2 commits into
vcsjones:mainfrom
ice-edge:main

Conversation

@krachynski
Copy link
Copy Markdown
Contributor

@krachynski krachynski commented Jun 18, 2024

fixes #257

This code was adding the AzureSignTool Command.Description to the signed file. Sending null allows the codesigning to reuse the existing description.

fixes #257

This code was adding the AzureSignTool project description to the signed
file. Sending null allows the codesigning to reuse the existing
description.
@krachynski
Copy link
Copy Markdown
Contributor Author

Err. I mean it's grabbing the Command.Description and overriding the data in the file being signed.

@vcsjones
Copy link
Copy Markdown
Owner

I think this was a bug in 5.0.0. I don't think we should stop setting Description all together. Can you try building from main and see if AST properly uses Description (-d)?

@krachynski
Copy link
Copy Markdown
Contributor Author

This was from main.

If you have a better way to handle this, I'm open to suggestions. This fixed my fork for my needs.

@krachynski
Copy link
Copy Markdown
Contributor Author

PS: The original code is adding the Command.Description ("Sign a file.") to the signed object. Which isn't correct in itself.

Comment thread src/AzureSignTool/Program.cs Outdated
Co-authored-by: Nathan Hess <167568967+nathan-hess-dmc@users.noreply.github.com>
@krachynski krachynski changed the title Stop adding description Add the correct description Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Signing installer changes product name to "Sign a file." only in UAC

3 participants