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

Add the correct description #259

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Add the correct description #259

merged 2 commits into from
Sep 16, 2024

Conversation

krachynski
Copy link
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
Contributor Author

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

@vcsjones
Copy link
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
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
Contributor Author

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

@krachynski krachynski changed the title Stop adding description Add the correct description Aug 22, 2024
@vcsjones vcsjones enabled auto-merge September 16, 2024 21:46
@vcsjones vcsjones merged commit c713eaf into vcsjones:main Sep 16, 2024
1 check passed
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